Image

Properties of Image

  1. Id - unique identifier of the control
  2. Source - assign an image stored in the MIME repository, URL from the internet or a base64 encoded string, this can be utilized via an online tool at https://www.base64-image.de
  3. Alt - text to be displayed in the event that the image can't be displayed
  4. Width - width setting 
  5. Height - height setting
  6. Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
  7. Advanced - properties of the control not available in the above list can be added here. 

    Setting Additional Properties provides further information about the Advanced property

Step-by-step guide

How to add a Image

  1. Right click on a Form Element and select Add Image

  2. The Image control has been added