[]
Defines a template for C1GaugeCustomImage to be used in multiple elements.
public class CommonImage : CommonItem, ICloneable, IDisposable
Name | Description |
---|---|
CommonImage() | Initializes a new instance of the CommonImage. |
Name | Description |
---|---|
Height | Gets or sets the logical value representing the height of the image. |
Hue | Allows to modify the image hue by the specified amount (between -180 and 180). |
Image | Gets or sets the original image. |
KeepAspectRatio | Gets or sets whether the image aspect ratio should be maintained. |
KeepSize | Gets or sets whether the predefined size of the image should not changed. |
Lightness | Allows to modify the image lightness by the specified amount (between -100 and 100). |
Opacity | Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque). |
RotateFlipType | Gets or sets the direction of an image's rotation and the axis used to flip the image. |
Saturation | Allows to modify the image saturation by the specified amount (between -100 and 100). |
Width | Gets or sets the logical value representing the width of the image. |