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

DigitalGaugeControl.ActualModel Property

Gets the actual model used to draw elements of a Digital Gauge.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

[Browsable(false)]
public DigitalGaugeModel ActualModel { get; }

Property Value

Type Description
DigitalGaugeModel

A DigitalGaugeModel class descendant that is the actual model.

See Also