The C1GaugeImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1GaugeImage |
Initializes a new instance of the shape.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillCommonImageNames |
This method is for internal use only.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads a shape from an XmlDocument.
(Inherited from C1GaugeBaseShape.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Saves a shape into an XmlWriter.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeClippings |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeViewport |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from C1GaugeBaseShape.) |
Properties
| Name | Description | |
|---|---|---|
| CenterPointX |
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| CenterPointY |
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| Clippings |
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.) | |
| CommonImageName |
Gets or sets the name of the image template.
| |
| FlipType |
Gets or sets the axis used to flip the image.
| |
| Height |
Gets or sets the logical (positive) or fraction-based (negative) height of the image.
| |
| HitTestable |
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.) | |
| Hue |
Allows to modify the image hue by the specified amount (between -180 and 180).
| |
| Image |
Gets or sets the image.
| |
| ImageBase64 |
Serializes the Image property.
| |
| 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).
| |
| Name |
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.) | |
| Opacity |
Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).
| |
| Owner |
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.) | |
| RotateAngle |
Gets or sets the rotation angle (pivot point is at the center of the image).
| |
| Saturation |
Allows to modify the image saturation by the specified amount (between -100 and 100).
| |
| Viewport |
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.) | |
| Visible |
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.) | |
| Width |
Gets or sets the logical (positive) or fraction-based (negative) width of the image.
|