Skip to main content
A newer version of this page is available. .

Label.TextOrientation Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[XtraSerializableProperty]
[DefaultValue(LabelOrientation.Default)]
public LabelOrientation TextOrientation { get; set; }

Property Value

Type Default Description
DevExpress.XtraGauges.Core.Model.LabelOrientation **Default**

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