[]
Gets or sets the total angle of all the pie slices.
[FpCategory("Category_Appearance")]
public float SweepAngle { get; set; }
<FpCategory("Category_Appearance")>
Public Property SweepAngle As Single
Sweep angle is measured in degrees.
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than or equal to zero or is greater than 360. |