GaugeRangeBase
Class
Represents the base class for gauge range elements that define value ranges on gauge controls.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class GaugeRangeBase : BindableObject
Inheritance: objectGaugeRangeBase
Derived Classes:
Constructors
Initializes a new instance of the GaugeRangeBase class.
C#
protected GaugeRangeBase()
Fields
FromProperty
BindableProperty
Identifies the From property.
C#
public static readonly BindableProperty FromProperty
ToProperty
BindableProperty
Identifies the To property.
C#
public static readonly BindableProperty ToProperty