Gets or sets a value that indicates the vertical alignment of the text.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property TextVerticalAlignment As AnnTextAlignment |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnTextObject
Dim value As AnnTextAlignment
instance.TextVerticalAlignment = value
value = instance.TextVerticalAlignment
|
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
A
AnnTextAlignment value that specifies the vertical alignment of the text.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also