Image Properties

Select the Image control on the Screen Design page to view and configure its properties using the Properties page.

Note: The same limitations that apply to the AttachmentViewer limitations apply to the Image control. See the topic AttachmentViewer Limitations.
Property Description
Alternative Text (Optional) Appears as text on the image if the image source invalid. In the generated HTML file, the alternate text is the value of the alt attribute for the <img> tag.
Input Image Source Binding
  • Key – the unique identifier within the scope of the widget, used when setting or retrieving a value.

    Click New key to create a new key for the control.

  • Default value – default value for the control.
Image Dimension The width and height, in pixels, used to display the button image.
Options One of these:
  • Static image source – the value for the image is the file path to the image file, which may come from the client or server side.
  • Dynamic image source (Binary Data) – the value for the image is binary data. This can come from the client or server side.
    Note: Dynamic images are not supported on Windows Mobile.
Related reference
AttachmentViewer and Image Limitations