SymbolType Enum
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
#Members
Name | Description |
---|---|
Main
|
A main symbol is displayed in its own segment. |
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