User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 6.0.0
- API 21, Android 5.0 Lollipop
- 22 Blocks Available
Component for displaying images. Offers properties for customization, including clickability, scaling, rotation, and animation.
Overview
A visible component that is used to display images inside the application.
android.permission.INTERNET
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
, though the transition does limit overflow.
android.permission.READ_EXTERNAL_STORAGET
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
, though the transition does limit overflow.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
3 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set AlternateText | String | null |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set Animation | Animation | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Clickable | return | false |
2 | set Clickable | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get height | return | -1 |
2 | set height | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get width | return | -1 |
2 | set width | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Picture | text | * |
2 | set Picture | file | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get RotationAngle | Integer | 0.0 |
2 | set RotationAngle | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set ScalePictureToFit | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | * |
2 | set Visible | boolean | * |