IndicatorEnterLeaveEventArgs.Indicator Property
In This Article
Gets the object for which either the RangeBase.IndicatorEnter or RangeBase.IndicatorLeave event has been raised.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ValueIndicatorBase Indicator { get; }
#Property Value
Type | Description |
---|---|
Value |
A Value |
#Remarks
To obtain the previous and current indicator values, use the ValueChangedEventArgs.OldValue and ValueChangedEventArgs.NewValue properties.
See Also