DigitalGaugeControl.ActualModel Property
In This Article
Gets the actual model used to draw elements of a Digital Gauge.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
[Browsable(false)]
public DigitalGaugeModel ActualModel { get; }
#Property Value
Type | Description |
---|---|
Digital |
A Digital |
See Also