Image

Description

A control to display an image in a dialog.  The recommended file format for the images is PNG.

Keys


  • ImageName – the image filename.  If only the filename is given, the plugin folder will be searched for this file, otherwise you may provide the full file path.
  • Stretch – options are:
    • None - The exact size of the image will be maintained in the dialog
    • Fill - Will stretch the image to the width of the dialog

Example


dataImage = { ControlID = "Img", ControlType = "Image", ImageName = "image.png", Stretch = "None" }