The C1GaugePointer type exposes the following members.

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.

See Also