[]
Gets or sets the size of the hole in the middle of the pie.
[FpCategory("Category_Appearance")]
public float HoleSize { get; set; }
<FpCategory("Category_Appearance")>
Public Property HoleSize As Single
Hole size is measured relative to the pie radius (0 = no hole, 1 = full pie radius).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than or equal to one. |