AnalogGaugeControl.GetValueIndicator(StateIndicatorControl) Method
In This Article
Gets the value of the AnalogGaugeControl.ValueIndicator attached property for the specified StateIndicatorControl.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public static ValueIndicatorBase GetValueIndicator(
StateIndicatorControl stateControl
)
#Parameters
Name | Type | Description |
---|---|---|
state |
State |
A State |
#Returns
Type | Description |
---|---|
Value |
The value of the Analog |
See Also