Skip to main content

SegmentsView.SymbolMapping Property

For internal use. Provides the information about elements that are used in symbol mapping.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

[Browsable(false)]
public SymbolDictionary SymbolMapping { get; }

Property Value

Type Description
SymbolDictionary

A SymbolDictionary object that stores the element that defines a symbol view of a digital gauge control.

See Also