The C1GaugeCustomImage type exposes the following members.

Constructors

  NameDescription
Public methodC1GaugeCustomImage
This ctor is for internal use only.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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