Label.TextOrientation Property
Gets or sets the orientation of the label’s text.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Core.Model.LabelOrientation | A LabelOrientation value that specifies the orientation of the label’s text. |
Remarks
Note
When a label is used within a Linear Gauge, the label’s visual orientation is not changed when changing the LinearGauge.Orientation property.
See Also