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

VerticalAlignment Property

Show in webframe





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

            

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

Property Value

The vertical alignment to use when calculating the final position and size of the printed object in the destination rectangle. Default value is VerticalAlignment.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.