Orientation Property (IStyle)
Gets or sets a value that represents the text orientation.
int Orientation {get; set;}
'Declaration
Property Orientation As Integer
'Usage
Dim instance As IStyle
Dim value As Integer
instance.Orientation = value
value = instance.Orientation
Property Value
The text orientation.