New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public abstract class GaugeIndicatorBase : BindableObject

Inheritance: objectGaugeIndicatorBase

Derived Classes: GaugeRangeBarIndicatorGaugeSingleValueIndicatorBase

Fields

FillProperty

BindableProperty

Identifies the Fill property.

C#
public static readonly BindableProperty FillProperty

OffsetProperty

BindableProperty

Identifies the Offset property.

C#
public static readonly BindableProperty OffsetProperty

PositionProperty

BindableProperty

Identifies the Position property.

C#
public static readonly BindableProperty PositionProperty

StrokeProperty

BindableProperty

Identifies the Stroke property.

C#
public static readonly BindableProperty StrokeProperty

StrokeThicknessProperty

BindableProperty

Identifies the StrokeThickness property.

C#
public static readonly BindableProperty StrokeThicknessProperty

Properties

Gets or sets the animation settings for the indicator.

C#
public AnimationSettings AnimationSettings { get; set; }

Fill

Color

Gets or sets the fill Color of the indicator.

C#
public Color Fill { get; set; }

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

C#
public double Offset { get; set; }

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

C#
public GaugeElementPosition Position { get; set; }

Stroke

Color

Gets or sets the stroke Color of the indicator.

C#
public Color Stroke { get; set; }

Gets or sets the stroke thickness of the indicator.

C#
public double StrokeThickness { get; set; }