Class GaugeRangeBarIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GaugeRangeBarIndicator : GaugeIndicatorBase
Constructors
GaugeRangeBarIndicator()
Declaration
public GaugeRangeBarIndicator()
Fields
FromCapProperty
Declaration
public static readonly BindableProperty FromCapProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FromProperty
Declaration
public static readonly BindableProperty FromProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FromThicknessProperty
Declaration
public static readonly BindableProperty FromThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToCapProperty
Declaration
public static readonly BindableProperty ToCapProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToProperty
Declaration
public static readonly BindableProperty ToProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ToThicknessProperty
Declaration
public static readonly BindableProperty ToThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
From
Declaration
public double From { get; set; }
Property Value
System.Double
|
FromCap
FromThickness
Declaration
public double FromThickness { get; set; }
Property Value
System.Double
|
GradientStops
Gets the collection of gradient stops in accordance to which the bar is painted. The Offset property of the gradient stop is treated in respect to the IsOffsetRelative property value of the indicator.
Declaration
public ObservableItemCollection<RadGradientStop> GradientStops { get; }
Property Value
ObservableItemCollection<RadGradientStop>
|
IsOffsetRelative
Gets or sets a value indicating whether the Offset property of the gradient stops should be treated as a relative value between 0 and 1 or an absolute value in respect to the axis range.
Declaration
public bool IsOffsetRelative { get; set; }
Property Value
System.Boolean
|
To
Declaration
public double To { get; set; }
Property Value
System.Double
|
ToCap
ToThickness
Declaration
public double ToThickness { get; set; }
Property Value
System.Double
|