Back to Devexpress

IndicatorEnterLeaveEventArgs.Indicator Property

wpf-devexpress-dot-xpf-dot-gauges-dot-indicatorenterleaveeventargs.md

latest1.6 KB
Original Source

IndicatorEnterLeaveEventArgs.Indicator Property

Gets the object, for which either the RangeBase.IndicatorEnter or RangeBase.IndicatorLeave event has been raised.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public ValueIndicatorBase Indicator { get; }
vb
Public ReadOnly Property Indicator As ValueIndicatorBase

Property Value

TypeDescription
ValueIndicatorBase

A ValueIndicatorBase class descendant representing the indicator.

|

Remarks

To obtain the previous and current indicator values, use the ValueChangedEventArgs.OldValue and ValueChangedEventArgs.NewValue properties.

See Also

IndicatorEnterLeaveEventArgs Class

IndicatorEnterLeaveEventArgs Members

DevExpress.Xpf.Gauges Namespace