Back to Devexpress

GaugeControlBase.Elements Property

wpf-devexpress-dot-xpf-dot-gauges-dot-gaugecontrolbase-aca5f181.md

latest1.2 KB
Original Source

GaugeControlBase.Elements Property

This property is hidden and intended for internal use only. Normally, you won’t need to use it.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
[Browsable(false)]
public ObservableCollection<IElementInfo> Elements { get; }
vb
<Browsable(False)>
Public ReadOnly Property Elements As ObservableCollection(Of IElementInfo)

Property Value

TypeDescription
ObservableCollection<DevExpress.Xpf.Gauges.Native.IElementInfo>

A collection of elements.

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.Xpf.Gauges Namespace