SymbolType Enum
Contains the values used to specify the symbol type to display custom symbol characters on a digital gauge control.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Members
Name | Description |
---|---|
Main
|
|
Additional
|
An additional symbol is displayed in the same segment with the previous character. |
Related API Members
The following properties accept/return SymbolType values:
Remarks
The values listed by the SymbolType enumerator are used to set the SymbolSegmentsMapping.SymbolType property.
See Also