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.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
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. |
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. |
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.