Back to Devexpress

Label.TextOrientation Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-label-d2a7f6ae.md

latest1.5 KB
Original Source

Label.TextOrientation Property

Gets or sets the orientation of the label’s text.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(LabelOrientation.Default)]
public LabelOrientation TextOrientation { get; set; }
vb
<DefaultValue(LabelOrientation.Default)>
Public Property TextOrientation As LabelOrientation

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.LabelOrientationDefault

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

Label Class

Label Members

DevExpress.XtraGauges.Core.Model Namespace