SweepAngle Property
Gets or sets the angle, in degrees, added to the StartAngle defining where the sector's arc ends. A positive value is clockwise, negative is counter-clockwise.
Definition
Namespace: Avalonia.Controls.Shapes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public double SweepAngle { get; set; }
Public Property SweepAngle As Double
Get
Set
member SweepAngle : float with get, set