StateIndicatorControl.ActualModel Property
In This Article
Gets the actual model used to draw elements of a State Indicator.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public StateIndicatorModel ActualModel { get; }
#Property Value
Type | Description |
---|---|
State |
A State |
See Also