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

TextVerticalAlignment Property (AnnTextObject)

Show in webframe





Gets or sets the text vertical alignment information. This is a dependency property.
Syntax
public AnnTextAlignment TextVerticalAlignment {get; set;}
'Declaration
 
Public Property TextVerticalAlignment As AnnTextAlignment
'Usage
 
Dim instance As AnnTextObject
Dim value As AnnTextAlignment
 
instance.TextVerticalAlignment = value
 
value = instance.TextVerticalAlignment

            

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

Property Value

A AnnTextAlignment value that specifies the text vertical alignment.
Remarks
This is the vertical alignment of the text inside the Rect 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.
Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextObject.

Requirements

Target Platforms

See Also

Reference

AnnTextObject Class
AnnTextObject Members

 

 


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