Image
Display an image
- BrowseName
- Image
- SuperType
- Container(Container)
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Path | Path | ResourceUri | Path |
Dynamic color | DynamicColor | Color | (For SVG formats only) Replace the colors of the image with the selected color (RGB) in the way specified in Colorization Mode. The alpha channel of the color is ignored. SVG elements that do not have a color specified and do not inherit a color appear black |
Fill Mode | FillMode | Fill mode | Fill mode of the image object (Fit: resize the image keeping the original aspect ratio, Stretch: resize the image by fitting the aspect ratio to the area of the image object) |
Hit test visible | HitTestVisible | Boolean | True: intercept user clicks. False: does not intercept user clicks, which are instead passed to the underlying object, based on the order on the Z axis |
Image left margin | ImageLeftMargin | Size | Size of the left peripheral section to exclude from the image resizing |
Image top margin | ImageTopMargin | Size | Size of the top peripheral section to exclude from the image resizing |
Image right margin | ImageRightMargin | Size | Size of the right peripheral section to exclude from the image resizing |
Image bottom margin | ImageBottomMargin | Size | Size of the bottom peripheral section to exclude from the image resizing |
Blink | Blink | Boolean | Allows the object to periodically blink, ignored when the object is not visible |
Colorization mode | ColorizationMode | Colorization mode | Set the colorization mode which will be used when applying the selected color to the image |
Move target | MoveTarget | NodeId | (Inherited from Container) |
Visible | Visible | Boolean | (Inherited from Element) |
Enabled | Enabled | Boolean | (Inherited from Element) |
Opacity | Opacity | Float | (Inherited from Element) |
Left margin | LeftMargin | Size | (Inherited from Element) |
Top margin | TopMargin | Size | (Inherited from Element) |
Right margin | RightMargin | Size | (Inherited from Element) |
Bottom margin | BottomMargin | Size | (Inherited from Element) |
Width | Width | Size | (Inherited from Element) |
Height | Height | Size | (Inherited from Element) |
Horizontal alignment | HorizontalAlignment | Horizontal alignment | (Inherited from Element) |
Vertical alignment | VerticalAlignment | Vertical alignment | (Inherited from Element) |
Rotation | Rotation | Size | (Inherited from Element) |
Events
MouseDown event
- BrowseName
- MouseDown event
Event that is triggered when the left mouse button is pressed (falling edge)
MouseUp event
- BrowseName
- MouseUp event
Event that is triggered when the left mouse button is released (rising edge)