The CommonShape type exposes the following members.

Constructors

  NameDescription
Public methodCommonShape

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyEndAngle
Gets or sets the angle of the end cap (between -90 and 90).
Public propertyEndRadius
Gets or sets the logical radius of the end cap.
Public propertyEndSwellAngle
Gets or sets the angle of the swell on the end cap (between -90 and 90).
Public propertyEndSwellLength
Gets or sets the logical length of the swell on the end cap.
Public propertyEndSwellWidth
Gets or sets the logical width of the swell on the end cap.
Public propertyEndWidth
Gets or sets the logical width of the end cap.
Public propertyName
Gets or sets a name associated with the common item.
(Inherited from CommonItem.)
Public propertyOwner
Gets the owner Gauge element.
(Inherited from CommonItem.)
Public propertyScaleEndRadius
Gets or sets whether the value of the EndRadius property should be scaled.
Public propertyScaleStartRadius
Gets or sets whether the value of the StartRadius property should be scaled.
Public propertyStartAngle
Gets or sets the angle of the start cap (between -90 and 90).
Public propertyStartRadius
Gets or sets the logical radius of the start cap.
Public propertyStartSwellAngle
Gets or sets the angle of the swell on the start cap (between -90 and 90).
Public propertyStartSwellLength
Gets or sets the logical length of the swell on the start cap.
Public propertyStartSwellWidth
Gets or sets the logical width of the swell on the start cap.
Public propertyStartWidth
Gets or sets the logical width of the start cap.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone (Inherited from CommonItem.)
Explicit interface implemetationPrivate methodIDisposable..::..Dispose (Inherited from CommonItem.)

See Also