AnalogGaugeControl.SetValueIndicator(StateIndicatorControl, ValueIndicatorBase) Method
In This Article
Sets 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 void SetValueIndicator(
StateIndicatorControl stateControl,
ValueIndicatorBase value
)
#Parameters
Name | Type | Description |
---|---|---|
state |
State |
The state indicator control from which the property value is read. |
value | Value |
The required Value |
See Also