Class GaugeRangeBase
Inheritance
System.Object
GaugeRangeBase
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class GaugeRangeBase : BindableObject
Constructors
GaugeRangeBase()
Declaration
protected GaugeRangeBase()
Fields
FromProperty
Declaration
public static readonly BindableProperty FromProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToProperty
Declaration
public static readonly BindableProperty ToProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
From
Declaration
public double From { get; set; }
Property Value
System.Double
|
To
Declaration
public double To { get; set; }
Property Value
System.Double
|