[]
Draws a filled rectangle.
public class C1GaugeRectangle : C1GaugeFilledShape, ICloneable, IDisposable
| Name | Description |
|---|---|
| C1GaugeRectangle() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| CornerRadius | Gets or sets the default radius for the rectangle corners. |
| Height | Gets or sets the logical (positive) or fraction-based (negative) height of the rectangle. |
| LeftBottom | Gets or sets the radius for the left bottom corner. |
| LeftTop | Gets or sets the radius for the left top corner. |
| RightBottom | Gets or sets the radius for the right bottom corner. |
| RightTop | Gets or sets the radius for the right top corner. |
| RotateAngle | Gets or sets the rotation angle (pivot point is at the center of the rectangle). |
| SlantAngle | Gets or sets the slant angle of the left side (or both sides). |
| SlantAngle2 | Gets or sets the slant angle of the right side. |
| Width | Gets or sets the logical (positive) or fraction-based (negative) width of the rectangle. |