Back to Devexpress

SymbolType Enum

wpf-devexpress-dot-xpf-dot-gauges-a32aabd9.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public enum SymbolType
vb
Public Enum SymbolType

Members

NameDescription
Main

A main symbol is displayed in its own segment.

| | Additional |

An additional symbol is displayed in the same segment with the previous character.

|

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

DevExpress.Xpf.Gauges Namespace