Represents the base class for gauge indicators that display a single value.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class GaugeSingleValueIndicatorBase : GaugeIndicatorBase
Inheritance: objectGaugeIndicatorBaseGaugeSingleValueIndicatorBase
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the GaugeSingleValueIndicatorBase class.
C#
protected GaugeSingleValueIndicatorBase()
Fields
ValueProperty
BindableProperty
Identifies the Value property.
C#
public static readonly BindableProperty ValueProperty