Class GaugeIndicatorBase
Inheritance
System.Object
GaugeIndicatorBase
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class GaugeIndicatorBase : BindableObject
Fields
FillProperty
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OffsetProperty
Declaration
public static readonly BindableProperty OffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PositionProperty
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AnimationSettings
Declaration
public AnimationSettings AnimationSettings { get; set; }
Property Value
AnimationSettings
|
Fill
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Offset
Gets or sets the distance between the indicator and axis line.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
Position
Gets or sets the position of the indicator with respect to the axis line.
Declaration
public GaugeElementPosition Position { get; set; }
Property Value
GaugeElementPosition
|
Stroke
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|