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

TextVerticalAlignment Property (IAnnText)






Gets or sets a value that indicates the vertical alignment of the text. .NET support
Syntax
AnnTextAlignment TextVerticalAlignment {get; set;}
'Declaration
 
Property TextVerticalAlignment As AnnTextAlignment
'Usage
 
Dim instance As IAnnText
Dim value As AnnTextAlignment
 
instance.TextVerticalAlignment = value
 
value = instance.TextVerticalAlignment
AnnTextAlignment TextVerticalAlignment {get; set;}
get_TextVerticalAlignment();
set_TextVerticalAlignment(value);
property AnnTextAlignment TextVerticalAlignment {
   AnnTextAlignment get();
   void set (    AnnTextAlignment value);
}

Property Value

A AnnTextAlignment value that specifies the vertical alignment of the text.
Remarks
This is the vertical alignment of the text inside the bounding rectangle. To set the horizontal alignment of the text inside the bounding rectangle, use the TextHorizontalAlignment property.
For more information, refer to Using Text in WPF Annotation Objects.
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

IAnnText Interface
IAnnText Members

 

 


Products | Support | Contact Us | Copyright Notices

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