AnalogGaugeControl.SetValueIndicator(StateIndicatorControl, ValueIndicatorBase) Method
Sets the value of the AnalogGaugeControl.ValueIndicator attached property for the specified StateIndicatorControl.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
public static void SetValueIndicator(
StateIndicatorControl stateControl,
ValueIndicatorBase value
)
Parameters
Name | Type | Description |
---|---|---|
stateControl | StateIndicatorControl | The state indicator control from which the property value is read. |
value | ValueIndicatorBase | The required ValueIndicatorBase class descendant. |
See Also