Skip to main content
A newer version of this page is available. .

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

Declaration

public enum SymbolType

Members

Name Description
Main

A main symbol is displayed in its own segment.

DigitalGauge_MainSymbolType

Additional

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

DigitalGauge_AdditionalSymbolType

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