Back to Devexpress

DigitalGaugeControl.TextVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-gauges-dot-digitalgaugecontrol-ac92c082.md

latest2.2 KB
Original Source

DigitalGaugeControl.TextVerticalAlignment Property

Gets or sets the text vertical alignment for the digital gauge control.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public TextVerticalAlignment TextVerticalAlignment { get; set; }
vb
Public Property TextVerticalAlignment As TextVerticalAlignment

Property Value

TypeDescription
TextVerticalAlignment

A TextVerticalAlignment enumeration value.

|

Available values:

NameDescription
Top

A text is docked to the top of the symbols panel.

| | Center |

A text is placed at the center of the symbols panel.

| | Bottom |

A text is docked to the bottom of the symbols panel.

|

Remarks

To set the text horizontal alignment for the digital gauge control, use the DigitalGaugeControl.TextHorizontalAlignment property.

See Also

DigitalGaugeControl Class

DigitalGaugeControl Members

DevExpress.Xpf.Gauges Namespace