[]
Gets or sets the text orientation.
public override int Orientation { get; set; }
Public Overrides Property Orientation As Integer
Type | Description |
---|---|
int | An integer value represents the text orientation. |
There are special values that can be set to Orientation. They can be found from Alignment.
Horizontal text: HorizontalText
Upward text: UpwardText
Downward text: DownwardText
Vertical text: VerticalText