[]
Base class for all the Gauge decorators.
public abstract class C1GaugeDecorator : ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeDecorator() | Initializes a new instance of the decorator. |
| Name | Description |
|---|---|
| Alignment | Alignment of the decorator. |
| AlignmentOffset | Gets or sets the alignment offset of the decorator (in pixels). |
| Clippings | Gets the collection of shapes that form the clipping region. |
| ColorMapName | Gets or sets the name of template for the ValueColors collection. |
| HitTestable | Gets or sets whether the decorator can be hit-tested. |
| Location | Logical value representing the start location of the decorator. |
| Name | Gets or sets a name associated with the decorator. |
| Owner | Gets the owner Gauge. |
| Shadow | Encapsulates properties of the decorator shadow. |
| ValueColorFalloff | Gets or sets the blending mode for value colors. |
| ValueColors | Gets the collection of values with their associated colors. |
| ViewTag | Gets or sets a digital tag identifying this element's views. |
| Visible | Gets or sets whether the decorator is visible. |
| Name | Description |
|---|---|
| ResetLocation() | This member is for internal use only. |
| ResetShadow() | This member is for internal use only. |
| ShouldSerializeClippings() | This member is for internal use only. |
| ShouldSerializeLocation() | This member is for internal use only. |
| ShouldSerializeShadow() | This member is for internal use only. |
| ShouldSerializeValueColors() | This member is for internal use only. |
| ToString() | Returns a string that represents the current object. |