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