The C1GaugeSingleMark type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1GaugeSingleMark |
Initializes a new instance of the decorator.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillColorMapNames |
This method is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| FillCommonFontNames |
This method is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| FillImageMapNames |
This method is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| 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.) | |
| Load |
Loads a decorator from an XmlDocument.
(Inherited from C1GaugeDecorator.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetAngle |
This member is for internal use only.
| |
| ResetBorder |
This member is for internal use only.
| |
| ResetCustomImage |
This member is for internal use only.
| |
| ResetCustomShape |
This member is for internal use only.
| |
| ResetFilling |
This member is for internal use only.
| |
| ResetGradient |
This member is for internal use only.
| |
| ResetIsRotated |
This member is for internal use only.
| |
| ResetLocation |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ResetPosition |
This member is for internal use only.
| |
| ResetShadow |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ResetWidth |
This member is for internal use only.
| |
| Save |
Saves a decorator into an XmlWriter.
(Inherited from C1GaugeDecorator.) | |
| ShouldSerializeAngle |
This member is for internal use only.
| |
| ShouldSerializeBorder |
This member is for internal use only.
| |
| ShouldSerializeClippings |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ShouldSerializeCustomImage |
This member is for internal use only.
| |
| ShouldSerializeCustomShape |
This member is for internal use only.
| |
| ShouldSerializeFilling |
This member is for internal use only.
| |
| ShouldSerializeGradient |
This member is for internal use only.
| |
| ShouldSerializeIsRotated |
This member is for internal use only.
| |
| ShouldSerializeLocation |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ShouldSerializePosition |
This member is for internal use only.
| |
| ShouldSerializeShadow |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ShouldSerializeValueColors |
This member is for internal use only.
(Inherited from C1GaugeDecorator.) | |
| ShouldSerializeValueImages |
This member is for internal use only.
| |
| ShouldSerializeWidth |
This member is for internal use only.
| |
| ToString |
Returns a string that represents the current object.
(Inherited from C1GaugeDecorator.) |
Properties
| Name | Description | |
|---|---|---|
| Alignment |
Alignment of the decorator.
(Inherited from C1GaugeDecorator.) | |
| AlignmentOffset |
Gets or sets the alignment offset of the decorator (in pixels).
(Inherited from C1GaugeDecorator.) | |
| Angle |
Gets or sets the angle relative to the Gauge pointer origin where the tick mark should appear (for radial Gauges only).
| |
| Border |
Gets the properties of the tick mark border.
| |
| Clippings |
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeDecorator.) | |
| ColorMapName |
Gets or sets the name of template for the ValueColors collection.
(Inherited from C1GaugeDecorator.) | |
| CustomImage |
Gets or sets the custom image for the tick mark.
| |
| CustomShape |
Gets the custom shape for this tick mark.
| |
| Filling |
Adjusts the interior filling of a tick mark.
| |
| FlipShape |
Gets or sets whether the shape of a tick mark is inverted.
| |
| Gradient |
Encapsulates properties of a color gradient.
| |
| HitTestable |
Gets or sets whether the decorator can be hit-tested.
(Inherited from C1GaugeDecorator.) | |
| ImageMapName |
Gets or sets the name of template for the ValueImages collection.
| |
| ImmediateUpdate |
Gets or sets whether the bound tick mark should ignore the Pointer's sweep time.
| |
| IsRotated |
Gets or sets if the tick mark should be rotated depending on its angle (for radial Gauges only).
| |
| Length |
Logical value representing the length of this tick mark.
| |
| Location |
Logical value representing the start location of the decorator.
(Inherited from C1GaugeDecorator.) | |
| Name |
Gets or sets a name associated with the decorator.
(Inherited from C1GaugeDecorator.) | |
| OrthogonalAlignment |
Gets or sets the orthogonal alignment of the tick mark.
| |
| OrthogonalOffset |
Gets or sets the logical orthogonal offset of the tick mark.
| |
| Owner |
Gets the owner Gauge.
(Inherited from C1GaugeDecorator.) | |
| PointerIndex |
Gets or sets the index of a Pointer that gives the value associated with this tick mark.
| |
| Position |
Gets or sets the fraction-based position where the tick mark should appear (for linear Gauges only).
| |
| SequenceNo |
The sequence number for this tick mark. Displayed value will not appear
on the subsequent marks with the same sequence number.
| |
| Shadow |
Encapsulates properties of the decorator shadow.
(Inherited from C1GaugeDecorator.) | |
| Shape |
Selects a shape from the set of predefined mark shapes.
| |
| ShapeAngle |
Gets or sets the fixed angle (in degrees) to rotate this tick mark.
| |
| Value |
Gets or sets the value associated with this tick mark.
| |
| ValueColorFalloff |
Gets or sets the blending mode for value colors.
(Inherited from C1GaugeDecorator.) | |
| ValueColors |
Gets the collection of values with their associated colors.
(Inherited from C1GaugeDecorator.) | |
| ValueImages |
Gets the collection of values with their associated images.
| |
| ViewTag |
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeDecorator.) | |
| Visible |
Gets or sets whether the decorator is visible.
(Inherited from C1GaugeDecorator.) | |
| Width |
Gets or sets the logical width of a tick mark.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | (Inherited from C1GaugeDecorator.) | |
| IDisposable..::..Dispose | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetAttributes | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetClassName | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetComponentName | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetConverter | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetDefaultEvent | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetDefaultProperty | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetEditor | (Inherited from C1GaugeDecorator.) | |
| ICustomTypeDescriptor..::..GetPropertyOwner | (Inherited from C1GaugeDecorator.) | |
| GetEvents | Overloaded. | |
| GetProperties | Overloaded. |