Class GaugeRangesDefinition
A class that encapsulates ranges specific information such as Position, Offset, StartThickness and other properties that apply to all ranges in a gauge.
Inheritance
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GaugeRangesDefinition : BindableObject
Constructors
GaugeRangesDefinition()
Declaration
public GaugeRangesDefinition()
Properties
EndThickness
Gets or sets the end thickness of the ranges segment.
Declaration
public double EndThickness { get; set; }
Property Value
System.Double
|
Offset
Gets or sets the distance between the range and axis line.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
Position
Gets or sets the position of the ranges with respect to the axis line.
Declaration
public GaugeElementPosition Position { get; set; }
Property Value
GaugeElementPosition
|
Ranges
Declaration
public ObservableItemCollection<GaugeRangeBase> Ranges { get; }
Property Value
ObservableItemCollection<GaugeRangeBase>
|
StartThickness
Gets or sets the start thickness of the ranges segment.
Declaration
public double StartThickness { get; set; }
Property Value
System.Double
|
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes. Propagates the binding context to its child elements.
Declaration
protected override void OnBindingContextChanged()