DigitalGaugeControl.TextHorizontalAlignment Property
Gets or sets the horizontal alignment of a text for the digital gauge control.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public TextHorizontalAlignment TextHorizontalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A Text |
Available values:
Name | Description |
---|---|
Left | A text fragment (e. Before using horizontal alignment, you need to set the Digital |
Center | A text fragment (e. Before using horizontal alignment, you need to set the Digital |
Right | A text fragment (e. Before using horizontal alignment, you need to set the Digital |
#Remarks
Use the DigitalGaugeControl.TextVerticalAlignment property to set the vertical alignment of a text for the digital gauge control.