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

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.v19.1.dll

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