LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

HorizontalAlignment Property






Gets or sets the horizontal alignment to use when calculating the final position and size of the printed object in the destination rectangle. .NET support
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 HorizontalAlignment HorizontalAlignment {get; set;}
 get_HorizontalAlignment();
set_HorizontalAlignment(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrinterHelper Class
PrinterHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.