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

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

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