Class GaugeSingleValueIndicatorBase
Inherited Members
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class GaugeSingleValueIndicatorBase : GaugeIndicatorBase
Constructors
GaugeSingleValueIndicatorBase()
Declaration
protected GaugeSingleValueIndicatorBase()
Fields
ValueProperty
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|