GaugeIndicatorBase
Serves as a base class for gauge indicators that can be displayed on a RadGaugeBase.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class GaugeIndicatorBase : BindableObject
Inheritance: objectGaugeIndicatorBase
Derived Classes:
Fields
FillProperty
BindableProperty
Identifies the Fill property.
public static readonly BindableProperty FillProperty
OffsetProperty
BindableProperty
Identifies the Offset property.
public static readonly BindableProperty OffsetProperty
PositionProperty
BindableProperty
Identifies the Position property.
public static readonly BindableProperty PositionProperty
StrokeProperty
BindableProperty
Identifies the Stroke property.
public static readonly BindableProperty StrokeProperty
StrokeThicknessProperty
BindableProperty
Identifies the StrokeThickness property.
public static readonly BindableProperty StrokeThicknessProperty
Properties
Gets or sets the animation settings for the indicator.
public AnimationSettings AnimationSettings { get; set; }
Fill
Color
Gets or sets the fill Color of the indicator.
public Color Fill { get; set; }
Gets or sets the distance between the indicator and axis line.
public double Offset { get; set; }
Gets or sets the position of the indicator with respect to the axis line.
public GaugeElementPosition Position { get; set; }
Stroke
Color
Gets or sets the stroke Color of the indicator.
public Color Stroke { get; set; }
Gets or sets the stroke thickness of the indicator.
public double StrokeThickness { get; set; }