[]
Draws a filled circular sector.
public class C1GaugeSector : C1GaugeFilledShape, ICloneable, IDisposable
| Name | Description |
|---|---|
| C1GaugeSector() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| CenterRadius | Gets or sets the logical radius of the sector center. |
| CornerRadius | Gets or sets the radius for the sector corners. |
| InnerOffset | Gets or sets the logical offset of the inner circle (if the SweepAngle is less than 180 degrees). |
| InnerRadius | Gets or sets the logical inner radius of the sector. |
| OuterRadius | Gets or sets the logical outer radius of the sector. |
| StartAngle | Start angle for the C1GaugeSector. 0 is the topmost point of the circumference. |
| SweepAngle | Sweep angle for the C1GaugeSector. |