The C1GaugeCustomImage type exposes the following members.

Properties

  NameDescription
Public propertyCommonImageName
Gets or sets the name of the image template.
Public propertyHeight
Gets or sets the logical value representing the height of the image.
Public propertyHue
Allows to modify the image hue by the specified amount (between -180 and 180).
Public propertyImage
Gets or sets the original 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 propertyOpacity
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
Public propertyRotateFlipType
Gets or sets the direction of an image's rotation and the axis used to flip the image.
Public propertySaturation
Allows to modify the image saturation by the specified amount (between -100 and 100).
Public propertyWidth
Gets or sets the logical value representing the width of the image.

See Also