Skip to main content

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

public abstract class IndicatorBase<T> :
    IndicatorBase
    where T : CustomDrawEventArgs, new()

Type Parameters

Name Description
T

An indicator type.

Inheritance

Show 11 items
See Also