The C1GaugeImage type exposes the following members.

Properties

  NameDescription
Public propertyCenterPointX
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyCenterPointY
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.)
Public propertyCommonImageName
Gets or sets the name of the image template.
Public propertyFlipType
Gets or sets the axis used to flip the image.
Public propertyHeight
Gets or sets the logical (positive) or fraction-based (negative) height of the image.
Public propertyHitTestable
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.)
Public propertyHue
Allows to modify the image hue by the specified amount (between -180 and 180).
Public propertyImage
Gets or sets the image.
Public propertyImageBase64
Serializes the Image property.
Public propertyKeepAspectRatio
Gets or sets whether the image aspect ratio should be maintained.
Public propertyKeepSize
Gets or sets whether the predefined size of the image should not changed.
Public propertyLightness
Allows to modify the image lightness by the specified amount (between -100 and 100).
Public propertyName
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyOpacity
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
Public propertyOwner
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.)
Public propertyRotateAngle
Gets or sets the rotation angle (pivot point is at the center of the image).
Public propertySaturation
Allows to modify the image saturation by the specified amount (between -100 and 100).
Public propertyViewport
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyVisible
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.)
Public propertyWidth
Gets or sets the logical (positive) or fraction-based (negative) width of the image.

See Also