[]
Associates a value with the Color on a C1GaugeDecorator.
[TypeConverter(typeof(ValueColorConverter))]
public class C1GaugeValueColor : ICloneable
Name | Description |
---|---|
C1GaugeValueColor() | Initializes a new instance of the C1GaugeValueColor. |
C1GaugeValueColor(double, Color, double) | Initializes a new instance of the C1GaugeValueColor. |
C1GaugeValueColor(double, int, Color, double) | Initializes a new instance of the C1GaugeValueColor. |
C1GaugeValueColor(double, int, Color, double, long) | Initializes a new instance of the C1GaugeValueColor. |
Name | Description |
---|---|
Color | Gets or sets the Color associated with the value. |
Opacity | Gets or sets the opacity of the color between 0.0 (completely transparent) and 1.0 (opaque). |
Owner | Gets the owner Gauge element. |
PointerIndex | Gets or sets the index of a Pointer that gives the value associated with this item. |
Value | Gets or sets the value position where the associated Color appears. |
ViewTag | Gets or sets a digital tag identifying this element's views. |
Name | Description |
---|---|
ResetColor() | This member is for internal use only. |
ShouldSerializeColor() | This member is for internal use only. |
ToString() | Returns a String that represents the current C1GaugeValueColor. |