The C1GaugeSingleMark type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeSingleMark
Initializes a new instance of the decorator.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFillColorMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillCommonFontNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillImageMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
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 decorator from an XmlDocument.
(Inherited from C1GaugeDecorator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetAngle
This member is for internal use only.
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 methodResetIsRotated
This member is for internal use only.
Protected methodResetLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodResetPosition
This member is for internal use only.
Protected methodResetShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodResetWidth
This member is for internal use only.
Public methodSave
Saves a decorator into an XmlWriter.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeAngle
This member is for internal use only.
Protected methodShouldSerializeBorder
This member is for internal use only.
Protected methodShouldSerializeClippings
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
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 methodShouldSerializeIsRotated
This member is for internal use only.
Protected methodShouldSerializeLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializePosition
This member is for internal use only.
Protected methodShouldSerializeShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeValueColors
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeValueImages
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.
(Inherited from C1GaugeDecorator.)

Properties

  NameDescription
Public propertyAlignment
Alignment of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyAlignmentOffset
Gets or sets the alignment offset of the decorator (in pixels).
(Inherited from C1GaugeDecorator.)
Public propertyAngle
Gets or sets the angle relative to the Gauge pointer origin where the tick mark should appear (for radial Gauges only).
Public propertyBorder
Gets the properties of the tick mark border.
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeDecorator.)
Public propertyColorMapName
Gets or sets the name of template for the ValueColors collection.
(Inherited from C1GaugeDecorator.)
Public propertyCustomImage
Gets or sets the custom image for the tick mark.
Public propertyCustomShape
Gets the custom shape for this tick mark.
Public propertyFilling
Adjusts the interior filling of a tick mark.
Public propertyFlipShape
Gets or sets whether the shape of a tick mark is inverted.
Public propertyGradient
Encapsulates properties of a color gradient.
Public propertyHitTestable
Gets or sets whether the decorator can be hit-tested.
(Inherited from C1GaugeDecorator.)
Public propertyImageMapName
Gets or sets the name of template for the ValueImages collection.
Public propertyImmediateUpdate
Gets or sets whether the bound tick mark should ignore the Pointer's sweep time.
Public propertyIsRotated
Gets or sets if the tick mark should be rotated depending on its angle (for radial Gauges only).
Public propertyLength
Logical value representing the length of this tick mark.
Public propertyLocation
Logical value representing the start location of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyName
Gets or sets a name associated with the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyOrthogonalAlignment
Gets or sets the orthogonal alignment of the tick mark.
Public propertyOrthogonalOffset
Gets or sets the logical orthogonal offset of the tick mark.
Public propertyOwner
Gets the owner Gauge.
(Inherited from C1GaugeDecorator.)
Public propertyPointerIndex
Gets or sets the index of a Pointer that gives the value associated with this tick mark.
Public propertyPosition
Gets or sets the fraction-based position where the tick mark should appear (for linear Gauges only).
Public propertySequenceNo
The sequence number for this tick mark. Displayed value will not appear on the subsequent marks with the same sequence number.
Public propertyShadow
Encapsulates properties of the decorator shadow.
(Inherited from C1GaugeDecorator.)
Public propertyShape
Selects a shape from the set of predefined mark shapes.
Public propertyShapeAngle
Gets or sets the fixed angle (in degrees) to rotate this tick mark.
Public propertyValue
Gets or sets the value associated with this tick mark.
Public propertyValueColorFalloff
Gets or sets the blending mode for value colors.
(Inherited from C1GaugeDecorator.)
Public propertyValueColors
Gets the collection of values with their associated colors.
(Inherited from C1GaugeDecorator.)
Public propertyValueImages
Gets the collection of values with their associated images.
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeDecorator.)
Public propertyVisible
Gets or sets whether the decorator is visible.
(Inherited from C1GaugeDecorator.)
Public propertyWidth
Gets or sets the logical width of a tick mark.

Explicit Interface Implementations

See Also