!--a11y-->
Image 
The UI element Image enables you to integrate graphics into the Web application in a format that is processed by the Web Server – for example, GIF, JPG, and PNG format. Height and width of the graphic can be specified using the properties height and width. The graphic is displayed without borders.

To enable the development of
accessible
applications, the tooltip property is checked during the syntax check if the
properties label and isDecorative are not set..
Runtime Class |
CL_WD_IMAGE |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
id |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
false |
Yes |
|
I |
0 |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
false |
Yes |
|
STRING |
|
Yes |
|
Text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..1 |

Other properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ADJUST_IMAGE_SIZE |
WDY_BOOLEAN |
|
BORDER |
I |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
IS_DECORATIVE |
WDY_BOOLEAN |
|
SOURCE |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_IMAGE=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_IMAGE=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
MENU |
0..1 |
You can find examples in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.