Back to Devexpress

IMajorTickmark.TextOrientation Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark.md

latest1.5 KB
Original Source

IMajorTickmark.TextOrientation Property

Gets or sets the text orientation.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
LabelOrientation TextOrientation { get; set; }
vb
Property TextOrientation As LabelOrientation

Property Value

TypeDescription
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

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace