Back to Devexpress

AnalogGaugeControl.GetValueIndicator(StateIndicatorControl) Method

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

latest1.9 KB
Original Source

AnalogGaugeControl.GetValueIndicator(StateIndicatorControl) Method

Gets 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 ValueIndicatorBase GetValueIndicator(
    StateIndicatorControl stateControl
)
vb
Public Shared Function GetValueIndicator(
    stateControl As StateIndicatorControl
) As ValueIndicatorBase

Parameters

NameTypeDescription
stateControlStateIndicatorControl

A StateIndicatorControl object whose AnalogGaugeControl.ValueIndicator property’s value is to be returned.

|

Returns

TypeDescription
ValueIndicatorBase

The value of the AnalogGaugeControl.ValueIndicator property for the specified state indicator.

|

See Also

AnalogGaugeControl Class

AnalogGaugeControl Members

DevExpress.Xpf.Gauges Namespace