The CommonShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CommonShape |
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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EndAngle |
Gets or sets the angle of the end cap (between -90 and 90).
| |
| EndRadius |
Gets or sets the logical radius of the end cap.
| |
| EndSwellAngle |
Gets or sets the angle of the swell on the end cap (between -90 and 90).
| |
| EndSwellLength |
Gets or sets the logical length of the swell on the end cap.
| |
| EndSwellWidth |
Gets or sets the logical width of the swell on the end cap.
| |
| EndWidth |
Gets or sets the logical width of the end cap.
| |
| Name |
Gets or sets a name associated with the common item.
(Inherited from CommonItem.) | |
| Owner |
Gets the owner Gauge element.
(Inherited from CommonItem.) | |
| ScaleEndRadius |
Gets or sets whether the value of the EndRadius property should be scaled.
| |
| ScaleStartRadius |
Gets or sets whether the value of the StartRadius property should be scaled.
| |
| StartAngle |
Gets or sets the angle of the start cap (between -90 and 90).
| |
| StartRadius |
Gets or sets the logical radius of the start cap.
| |
| StartSwellAngle |
Gets or sets the angle of the swell on the start cap (between -90 and 90).
| |
| StartSwellLength |
Gets or sets the logical length of the swell on the start cap.
| |
| StartSwellWidth |
Gets or sets the logical width of the swell on the start cap.
| |
| StartWidth |
Gets or sets the logical width of the start cap.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | (Inherited from CommonItem.) | |
| IDisposable..::..Dispose | (Inherited from CommonItem.) |