ClassGaugeRangeBarIndicator
Represents a range bar indicator for gauge controls that displays a bar element between two values with customizable thickness and caps.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class GaugeRangeBarIndicator : GaugeIndicatorBase
Inheritance: objectGaugeIndicatorBaseGaugeRangeBarIndicator
Inherited Members
Constructors
GaugeRangeBarIndicator()
Declaration
public GaugeRangeBarIndicator()
Fields
FromCapProperty
Identifies the FromCap property.
Declaration
public static readonly BindableProperty FromCapProperty
Field Value
BindableProperty
FromProperty
Identifies the From property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
BindableProperty
FromThicknessProperty
Identifies the FromThickness property.
Declaration
public static readonly BindableProperty FromThicknessProperty
Field Value
BindableProperty
ToCapProperty
Identifies the ToCap property.
Declaration
public static readonly BindableProperty ToCapProperty
Field Value
BindableProperty
ToProperty
Identifies the To property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
BindableProperty
ToThicknessProperty
Identifies the ToThickness property.
Declaration
public static readonly BindableProperty ToThicknessProperty
Field Value
BindableProperty
Properties
From
Gets or sets the starting value of the range bar indicator.
FromCap
Gets or sets the cap style at the starting position of the range bar indicator.
Declaration
public GaugeBarIndicatorCap FromCap { get; set; }
Property Value
FromThickness
Gets or sets the thickness of the bar at the starting position.
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
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.
To
Gets or sets the ending value of the range bar indicator.
ToCap
Gets or sets the cap style at the ending position of the range bar indicator.
Declaration
public GaugeBarIndicatorCap ToCap { get; set; }
Property Value
ToThickness
Gets or sets the thickness of the bar at the ending position.