The C1GaugeRange type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeRange
Initializes a new instance of the decorator.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFillColorMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillCommonFontNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodFillImageMapNames
This method is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads a decorator from an XmlDocument.
(Inherited from C1GaugeDecorator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetBorder
This member is for internal use only.
Protected methodResetFilling
This member is for internal use only.
Protected methodResetGradient
This member is for internal use only.
Protected methodResetLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodResetShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodSave
Saves a decorator into an XmlWriter.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeBorder
This member is for internal use only.
Protected methodShouldSerializeClippings
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeFilling
This member is for internal use only.
Protected methodShouldSerializeGradient
This member is for internal use only.
Protected methodShouldSerializeLocation
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeShadow
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Protected methodShouldSerializeValueColors
This member is for internal use only.
(Inherited from C1GaugeDecorator.)
Public methodToString
Returns a string that represents the current object.
(Inherited from C1GaugeDecorator.)

Properties

  NameDescription
Public propertyAdjustAngle
Gets or sets whether the angle of a linear range should depend on the location difference.
Public propertyAlignment
Alignment of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyAlignmentOffset
Gets or sets the alignment offset of the decorator (in pixels).
(Inherited from C1GaugeDecorator.)
Public propertyAntiAliasing
Gets or sets the anti-aliasing method for the range filling.
Public propertyBorder
Gets the properties of the border of this C1GaugeRange.
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeDecorator.)
Public propertyColorMapName
Gets or sets the name of template for the ValueColors collection.
(Inherited from C1GaugeDecorator.)
Public propertyFilling
Adjusts the interior filling of this C1GaugeRange.
Public propertyFrom
Gets or sets the value where the decorator starts. Set to Double.NaN to bind to Gauge's minimum.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyFromPointerIndex
Gets or sets the index of a Pointer that specifies where the decorator starts.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyGradient
Encapsulates properties of a color gradient.
Public propertyHitTestable
Gets or sets whether the decorator can be hit-tested.
(Inherited from C1GaugeDecorator.)
Public propertyLocation
Logical value representing the start location of the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyLocation2
Gets or sets the end location of the C1GaugeDecorator (Location is the start location).
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyName
Gets or sets a name associated with the decorator.
(Inherited from C1GaugeDecorator.)
Public propertyOwner
Gets the owner Gauge.
(Inherited from C1GaugeDecorator.)
Public propertyScaleFrom
Gets or sets the value where the scale graduation starts and the start location and width are defined. Set to Double.NaN to bind to the From value.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyScaleTo
Gets or sets the value where the scale graduation ends and the end location and width are defined. Set to Double.NaN to bind to the To value.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyShadow
Encapsulates properties of the decorator shadow.
(Inherited from C1GaugeDecorator.)
Public propertyTo
Gets or sets the value where the decorator ends. Set to Double.NaN to bind to Gauge's maximum.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyToPointerIndex
Gets or sets the index of a Pointer that specifies where the decorator ends.
(Inherited from C1GaugeMultivalueDecorator.)
Public propertyValueColorFalloff
Gets or sets the blending mode for value colors.
(Inherited from C1GaugeDecorator.)
Public propertyValueColors
Gets the collection of values with their associated colors.
(Inherited from C1GaugeDecorator.)
Public propertyViewTag
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeDecorator.)
Public propertyVisible
Gets or sets whether the decorator is visible.
(Inherited from C1GaugeDecorator.)
Public propertyWidth
Gets or sets the range's logical width.
Public propertyWidth2
Gets or sets the end width of the C1GaugeRange (Width is the start width).

Explicit Interface Implementations

See Also