Back to Devexpress

TextDirection Enum

wpf-devexpress-dot-xpf-dot-gauges-5dc9345e.md

latest2.3 KB
Original Source

TextDirection Enum

Lists which parts of a text limited by the DigitalGaugeControl.SymbolCount property should be shown on the symbols panel.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public enum TextDirection
vb
Public Enum TextDirection

Members

NameDescription
LeftToRight

The initial part of a text limited by the DigitalGaugeControl.SymbolCount property value is shown on the symbols panel.

For instance, the image below shows the initial part of the “Hello!” text. The DigitalGaugeControl.SymbolCount property is set to 3.

| | RightToLeft |

The final part of a text limited by the DigitalGaugeControl.SymbolCount property value is shown on the symbols panel.

For instance, the image below shows the final part of the “Hello!” text. The DigitalGaugeControl.SymbolCount property is set to 3.

|

The following properties accept/return TextDirection values:

Remarks

The values listed by the TextDirection enumeration are used to set the DigitalGaugeControl.TextDirection property.

See Also

DevExpress.Xpf.Gauges Namespace