IMajorTickmark.TextOrientation Property
Gets or sets the text orientation.
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 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 LinearGauge.Orientation property.
See Also