The C1GaugePointer type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugePointer
Initializes a new instance of the C1GaugePointer.

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.)
Public methodLoad
Loads a pointer from an XmlDocument.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetBorder
This member is for internal use only.
Protected methodResetCustomImage
This member is for internal use only.
Protected methodResetCustomShape
This member is for internal use only.
Protected methodResetFilling
This member is for internal use only.
Protected methodResetGradient
This member is for internal use only.
Protected methodResetLength
This member is for internal use only.
Protected methodResetOffset
This member is for internal use only.
Protected methodResetShadow
This member is for internal use only.
Protected methodResetWidth
This member is for internal use only.
Public methodSave
Saves a pointer into an XmlWriter.
Protected methodShouldSerializeBorder
This member is for internal use only.
Protected methodShouldSerializeClippings
This member is for internal use only.
Protected methodShouldSerializeCustomImage
This member is for internal use only.
Protected methodShouldSerializeCustomShape
This member is for internal use only.
Protected methodShouldSerializeFilling
This member is for internal use only.
Protected methodShouldSerializeGradient
This member is for internal use only.
Protected methodShouldSerializeLength
This member is for internal use only.
Protected methodShouldSerializeOffset
This member is for internal use only.
Protected methodShouldSerializeShadow
This member is for internal use only.
Protected methodShouldSerializeViewTag
This member is for internal use only.
Protected methodShouldSerializeWidth
This member is for internal use only.
Public methodToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAlignment
Alignment of the pointer.
Public propertyBorder
Gets the properties of the pointer border.
Public propertyClippings
Gets the collection of shapes that form the clipping region.
Public propertyCustomImage
Gets or sets the custom image used to draw the pointer.
Public propertyCustomShape
Gets the custom shape of the pointer.
Public propertyFilling
Adjusts the interior filling of the pointer.
Public propertyFlipShape
Gets or sets whether the shape of the pointer is inverted.
Public propertyGradient
Encapsulates properties of a color gradient.
Public propertyHitTestable
Gets or sets whether the pointer can be hit-tested.
Public propertyIsMainPointer
Returns True if this pointer is the main in the owner Gauge.
Public propertyLength
Gets or sets the logical length of the pointer.
Public propertyLength2
Gets or sets the end length of the pointer (Length is the start length).
Public propertyName
Gets or sets a name associated with the C1GaugePointer.
Public propertyOffset
Gets or sets the logical offset of the pointer.
Public propertyOffset2
Gets or sets the end offset of the pointer (Offset is the start offset).
Public propertyOrthogonalOffset
Gets or sets the logical orthogonal offset of the pointer.
Public propertyOwner
Gets the owner Gauge.
Public propertyScaledValue
Gets the current value scaled by the ValueFactor and ValueOffset.
Public propertyShadow
Encapsulates properties of the pointer shadow.
Public propertyShape
Selects a shape from the set of predefined pointer shapes.
Public propertyShapeAngle
Gets or sets the fixed angle (in degrees) to rotate this pointer.
Public propertySweepTime
Gets or sets the time amount (in seconds) that is taken to move the pointer from Minimum to Maximum.
Public propertyValue
Gets or sets the current value of the C1GaugePointer.
Public propertyValueFactor
Gets or sets the value multiplier to coerce the source scale of the value to the Gauge's scale.
Public propertyValueOffset
Gets or sets the value offset to coerce the source scale of the value to the Gauge's scale.
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
Public propertyVisible
Gets or sets whether the pointer is visible.
Public propertyWidth
Gets or sets the logical width of the pointer.

Explicit Interface Implementations

See Also