[]
C1GaugeDecorator used to display a single mark on the Gauge.
public class C1GaugeSingleMark : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeSingleMark() | Initializes a new instance of the decorator. |
| Name | Description |
|---|---|
| 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. |
| 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. |
| 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. |
| OrthogonalAlignment | Gets or sets the orthogonal alignment of the tick mark. |
| OrthogonalOffset | Gets or sets the logical orthogonal offset of the tick mark. |
| 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. |
| 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. |
| ValueImages | Gets the collection of values with their associated images. |
| Width | Gets or sets the logical width of a tick mark. |
| Name | Description |
|---|---|
| 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. |
| ResetPosition() | This member is for internal use only. |
| ResetWidth() | This member is for internal use only. |
| ShouldSerializeAngle() | This member is for internal use only. |
| ShouldSerializeBorder() | This member is for internal use only. |
| 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. |
| ShouldSerializePosition() | This member is for internal use only. |
| ShouldSerializeValueImages() | This member is for internal use only. |
| ShouldSerializeWidth() | This member is for internal use only. |