[]
        
(Showing Draft Content)

C1.Win.Gauge.C1GaugeValueColor

C1GaugeValueColor Class

Associates a value with the Color on a C1GaugeDecorator.

Inheritance
C1GaugeValueColor
Implements
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
[TypeConverter(typeof(ValueColorConverter))]
public class C1GaugeValueColor : ICloneable

Constructors

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.

Properties

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.

Methods

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.