Skip to main content

IMajorTickmark.TextOrientation Property

Gets or sets the text orientation.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

LabelOrientation TextOrientation { get; set; }

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