Class RadGaugeBase
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadGaugeBase : RadLayout, IVisualOwner
Fields
AxisProperty
Declaration
public static readonly BindableProperty AxisProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RangesProperty
Declaration
public static readonly BindableProperty RangesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AnimationSettings
Declaration
public AnimationSettings AnimationSettings { get; set; }
Property Value
AnimationSettings
|
Axis
Gets or sets the axis. The axis handles axis line, ticks and labels logic. It dictates the mapping between the absolute and relative values so that gauge elements can be properly positioned.
Declaration
public GaugeAxisBase Axis { get; set; }
Property Value
GaugeAxisBase
|
Indicators
Declaration
public ObservableItemCollection<GaugeIndicatorBase> Indicators { get; }
Property Value
ObservableItemCollection<GaugeIndicatorBase>
|
Ranges
Gets or sets the definition entity which encapsulates ranges specific information such as Position, Offset, StartThickness and other properties that apply to all ranges in a gauge.
Declaration
public GaugeRangesDefinition Ranges { get; set; }
Property Value
GaugeRangesDefinition
|
StyleClass
Declaration
public IList<string> StyleClass { get; set; }
Property Value
System.Collections.Generic.IList<System.String>
|
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes. Propagates the binding context to its child elements.
Declaration
protected override void OnBindingContextChanged()