This element contains an image.
Some properties are only available if you apply a mask to the image.
Images have a mouseUp event that can be configured using low-code. This event is triggered when the user clicks or touches the image.
This section is used to configure the image size and position.
Property | Description |
---|---|
top | The value in pixels representing how far the element is from the top of the window. |
left | The value in pixels representing how distant element is from the left side of the window. |
width | The value in pixels representing the distance between the left side of the element and its right side. |
height | The value in pixels representing the distance between the bottom side of the element and its top side. |
Use the properties in this section to configure the responsive design behaviors for the element.
Property | Description |
---|---|
lockAspectRatio | Locks the aspect ratio of the element. |
responsive-x | How the element resizes responding to screen changes in the X axis. |
responsive-y | How the element resizes responding to screen changes in the Y axis. |
allowInIOSNotch | Allows the element to be drawn outside the safe area on iOS. Will draw underneath the notch in iOS. |
This section is used to configure how the image looks.
Property | Description |
---|---|
blendLevel | How transparent the element is. |
blur | How much blur is applied to the element content. |
useMask | If a mask should be applied to the element. |
shapeStyle | The shape to be used for masking the element. |
lineSize | The size of a line in pixels. |
lineColor | The color of the line. |
preserveAspectRatio | If the element should preserve the aspect ratio of it’s data. |
This section is contains properties that are specific to elements of type image.
Property | Description |
---|---|
name | The name of the element. Displayed in the project browser. |
imageFile | The file containing the image to be used in the element. |
lowCode | ActionScript that controls the behavior of the element. |