Back to Devexpress

SegmentsView.SymbolMapping Property

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

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
[Browsable(false)]
public SymbolDictionary SymbolMapping { get; }
vb
<Browsable(False)>
Public ReadOnly Property SymbolMapping As SymbolDictionary

Property Value

TypeDescription
SymbolDictionary

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

|

See Also

SegmentsView Class

SegmentsView Members

DevExpress.Xpf.Gauges Namespace