Gets or sets a value that indicates the text horizontal alignment.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property TextHorizontalAlignment As AnnTextAlignment |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnTextObject
Dim value As AnnTextAlignment
instance.TextHorizontalAlignment = value
value = instance.TextHorizontalAlignment
|
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 text horizontal alignment.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also