[]
The base class for shapes that draw the border and fill the interior.
public abstract class C1GaugeFilledShape : C1GaugeBaseShape, ICloneable, IDisposable
| Name | Description |
|---|---|
| C1GaugeFilledShape() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| Border | Gets the properties of the shape border. |
| Filling | Adjusts the interior filling of the shape. |
| Gradient | Encapsulates properties of a color gradient. |
| Name | Description |
|---|---|
| ResetBorder() | This member is for internal use only. |
| ResetFilling() | This member is for internal use only. |
| ResetGradient() | This member is for internal use only. |
| ShouldSerializeBorder() | This member is for internal use only. |
| ShouldSerializeFilling() | This member is for internal use only. |
| ShouldSerializeGradient() | This member is for internal use only. |