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