Class RadRadialGauge
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadRadialGauge : RadGaugeBase, IVisualOwner
Constructors
RadRadialGauge()
Declaration
public RadRadialGauge()
Properties
AxisRadiusFactor
Gets or sets a value between 0 and 1 that indicates the size of the radius of the arc in respect to the size of the gauge. All gauge elements use the arc as a pivotal element and position and offset themselves in accordance to the arc.
Declaration
public double AxisRadiusFactor { get; set; }
Property Value
System.Double
|
StartAngle
Gets or sets the angle from which the arc starts. Regardless of the SweepDirection, the start angle is treated as in trigonometry - a positive rotation is a counter-clockwise rotation.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
|
SweepAngle
Gets or sets the angle that defines the length of the arc.
Declaration
public double SweepAngle { get; set; }
Property Value
System.Double
|
SweepDirection
Gets or sets the sweep direction of the arc. The value of this property does not affect the direction of the start angle.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection
|