LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

HorizontalAlignment Property

Show in webframe





Gets or sets the horizontal alignment to use when calculating the final position and size of the printed object in the destination rectangle.
Syntax
public HorizontalAlignment HorizontalAlignment {get; set;}
'Declaration
 
Public Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As PrinterHelper
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment

            

            
public:
property HorizontalAlignment HorizontalAlignment {
   HorizontalAlignment get();
   void set (    HorizontalAlignment value);
}

Property Value

The horizontal alignment to use when calculating the final position and size of the printed object in the destination rectangle. Default value is HorizontalAlignment.Left.
Remarks

The following properties control how the object being printed is aligned and stretched inside Destination:

Example

For an example, refer to PrinterHelper.

Requirements

Target Platforms

See Also

Reference

PrinterHelper Class
PrinterHelper Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.