The C1GaugeBaseShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1GaugeBaseShape |
Initializes a new instance of the shape.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads a shape from an XmlDocument.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Saves a shape into an XmlWriter.
| |
| 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.
(Overrides Object..::..ToString()()()().) |
Properties
| 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.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | ||
| IDisposable..::..Dispose |