Gets or sets the text orientation.
Namespace:DevExpress.XtraGauges.Core.Model
Assembly:DevExpress.XtraGauges.v19.2.Core.dll

Syntax
C# |
LabelOrientation TextOrientation { get; set; }
|
VB |
Property TextOrientation As LabelOrientation
|
Property value
Type: LabelOrientation
A DevExpress.XtraGauges.Core.Model.LabelOrientation value that identifies the text orientation.

Remarks
Tickmark labels are bound to a scale.
When tickmark labels are used within a Linear Gauge, the tickmark label's visual orientation is changed when changing the DevExpress.XtraGauges.Win.Gauges.Linear.LinearGauge.Orientation property.

See Also