LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

TextVerticalAlignment Property (IAnnText)

Show in webframe





Gets or sets a value that indicates the vertical alignment of the text.
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

            

            
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

See Also

Reference

IAnnText Interface
IAnnText Members

 

 


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