Back to Devexpress

IndicatorBase<T> Class

maui-devexpress-dot-maui-dot-gauges-dot-indicatorbase-1.md

latest1.8 KB
Original Source

IndicatorBase<T> Class

A base class for the DevExpress.Maui.Gauges.RadialGauge indicators.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
[DXLicenseMAUI]
public abstract class IndicatorBase<T> :
    IndicatorBase
    where T : CustomDrawEventArgs, new()

Type Parameters

NameDescription
T

An indicator type.

|

Implements

INotifyPropertyChanged

IElementController

Inheritance

Show 11 items

System.Object BindableObject Element DevExpress.Maui.Core.Internal.DXElementBaseCore DXElementBase IndicatorBase IndicatorBase<T> RangeIndicator

ValueIndicatorBase

MarkerIndicator

NeedleIndicator

Extension Methods

Yield<IndicatorBase<T>>()

YieldIfNotNull<IndicatorBase<T>>()

See Also

IndicatorBase<T> Members

DevExpress.Maui.Gauges Namespace