Gets or sets the rotation value.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property TextRotate As AnnTextRotate |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnTextObject
Dim value As AnnTextRotate
instance.TextRotate = value
value = instance.TextRotate
|
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
An
AnnTextRotate value that specifies the degree to rotate this
IAnnTextObject.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also