Skip to main content

Label.TextOrientation Property

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

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[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