ClassGaugeIndicatorBase
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
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
BindableProperty
OffsetProperty
Identifies the Offset property.
Declaration
public static readonly BindableProperty OffsetProperty
Field Value
BindableProperty
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
BindableProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
Properties
AnimationSettings
Gets or sets the animation settings for the indicator.
Declaration
public AnimationSettings AnimationSettings { get; set; }
Property Value
Fill
Gets or sets the fill Color of the indicator.
Declaration
public Color Fill { get; set; }
Property Value
Color
Offset
Gets or sets the distance between the indicator and axis line.
Position
Gets or sets the position of the indicator with respect to the axis line.
Declaration
public GaugeElementPosition Position { get; set; }
Property Value
Stroke
Gets or sets the stroke Color of the indicator.
Declaration
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the stroke thickness of the indicator.