Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Gauges

#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