ClassRadRadialGauge
Represents a radial gauge control that displays values in a circular arc format.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadRadialGauge : RadGaugeBase
Inheritance: objectRadLayoutRadGaugeBaseRadRadialGauge
Inherited Members
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.
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.
SweepAngle
Gets or sets the angle that defines the length of the arc.
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