[]
The base class for shapes, such as C1GaugeRectangle or C1GaugeSector.
public abstract class C1GaugeBaseShape : ICloneable, IDisposable
| Name | Description |
|---|---|
| C1GaugeBaseShape() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| CenterPointX | Gets or sets the fraction-based X position of the shape center. |
| CenterPointY | Gets or sets the fraction-based Y position of the shape center. |
| Clippings | Gets the collection of shapes that form the clipping region. |
| HitTestable | Gets or sets whether the shape can be hit-tested. |
| Name | Gets or sets a name associated with the shape. |
| Owner | Gets the owner Gauge element. |
| Viewport | Specifies the outer bounds for the shape. |
| Visible | Gets or sets whether the shape is visible. |
| Name | Description |
|---|---|
| ShouldSerializeClippings() | This member is for internal use only. |
| ShouldSerializeViewport() | This member is for internal use only. |
| ToString() | Returns a string that represents the current object. |