Skip to main content

DigitalGaugeModel.LayerModels Property

For internal use. Provides access to a collection of layer models contained in the current Digital Gauge control.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

[Browsable(false)]
public LayerModelCollection LayerModels { get; set; }

Property Value

Type Description
DevExpress.Xpf.Gauges.LayerModelCollection

A DevExpress.Xpf.Gauges.LayerModelCollection object that contains layer models of a digital gauge.

See Also