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
Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
See Also