Class GaugeShapeIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GaugeShapeIndicator : GaugeSingleValueIndicatorBase
Constructors
GaugeShapeIndicator()
Declaration
public GaugeShapeIndicator()
Fields
ShapeProperty
Declaration
public static readonly BindableProperty ShapeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SizeProperty
Declaration
public static readonly BindableProperty SizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Shape
Gets or sets the path geometry that represents the shape of the indicator. At run-time this geometry is positioned in accordance to the Position and Offset properties and is scaled in accordance to the Size property. In order for the shape to be positioned and scaled properly the positions of the provided geometry must be normalized between 0 and 1. The pivotal point of the shape is considered to be its center, i.e. (0.5, 0.5). The orientation of the indicator is considered to be from (1.0, 0.5) to its center.
Declaration
public RadPathGeometry Shape { get; set; }
Property Value
RadPathGeometry
|
Size
Gets or sets the absolute size of the indicator.
Declaration
public double Size { get; set; }
Property Value
System.Double
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|