Label.TextOrientation Property
Gets or sets the orientation of the label’s text.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
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