Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public enum TextDirection

Members

Name Description
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.

DigitalGauge_TextDirextion_LeftToRight

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.

DigitalGauge_TextDirection_RightToLeft

Related API Members

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