Property | Description |
Create On Condition | Whether to display the image at run time. |
HAlign | Horizontal alignment of the image. |
Image | Image to display. Note: The image must be one of your application resources. For more information about resources, see Defining Resources for a Mobile Project. |
Name | Name you assign the image in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Position X | Distance from the image’s left edge to its parent object’s inner X position. |
Position Y | Distance from the image’s top edge to its parent object’s inner Y position. |
Scale to Parent Height | Whether you want the image to be scaled vertically to match the height of its parent object. Select the Select to Parent Height check box if you want the image scaled to the parent object’s height. |
Scale to Parent Width | Whether you want the image to be scaled horizontally to match the width of its parent object. Select the Select to Parent Width check box if you want the image scaled to the parent object’s width. |
Visible | Whether the image is visible or hidden. |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |