Class
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:

cs-api-definition
public abstract class GaugeIndicatorBase : BindableObject

Inheritance: objectGaugeIndicatorBase

Derived Classes: GaugeRangeBarIndicatorGaugeSingleValueIndicatorBase

Fields

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly BindableProperty FillProperty

Field Value

BindableProperty

OffsetProperty

Identifies the Offset property.

Declaration

cs-api-definition
public static readonly BindableProperty OffsetProperty

Field Value

BindableProperty

PositionProperty

Identifies the Position property.

Declaration

cs-api-definition
public static readonly BindableProperty PositionProperty

Field Value

BindableProperty

StrokeProperty

Identifies the Stroke property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeProperty

Field Value

BindableProperty

StrokeThicknessProperty

Identifies the StrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty

Field Value

BindableProperty

Properties

AnimationSettings

Gets or sets the animation settings for the indicator.

Declaration

cs-api-definition
public AnimationSettings AnimationSettings { get; set; }

Property Value

AnimationSettings

Fill

Gets or sets the fill Color of the indicator.

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

Offset

Gets or sets the distance between the indicator and axis line.

Declaration

cs-api-definition
public double Offset { get; set; }

Property Value

double

Position

Gets or sets the position of the indicator with respect to the axis line.

Declaration

cs-api-definition
public GaugeElementPosition Position { get; set; }

Property Value

GaugeElementPosition

Stroke

Gets or sets the stroke Color of the indicator.

Declaration

cs-api-definition
public Color Stroke { get; set; }

Property Value

Color

StrokeThickness

Gets or sets the stroke thickness of the indicator.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double