Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Gauges

#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