Back to Devexpress

AnalogGaugeControl.SetValueIndicator(StateIndicatorControl, ValueIndicatorBase) Method

wpf-devexpress-dot-xpf-dot-gauges-dot-analoggaugecontrol-dot-setvalueindicator-x28-devexpress-dot-xpf-dot-gauges-dot-stateindicatorcontrol-devexpress-dot-xpf-dot-gauges-dot-valueindicatorbase-x29.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public static void SetValueIndicator(
    StateIndicatorControl stateControl,
    ValueIndicatorBase value
)
vb
Public Shared Sub SetValueIndicator(
    stateControl As StateIndicatorControl,
    value As ValueIndicatorBase
)

Parameters

NameTypeDescription
stateControlStateIndicatorControl

The state indicator control from which the property value is read.

| | value | ValueIndicatorBase |

The required ValueIndicatorBase class descendant.

|

See Also

AnalogGaugeControl Class

AnalogGaugeControl Members

DevExpress.Xpf.Gauges Namespace