> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/screenspro/controls/imageelement.md).

# ImageElement

This element will display an image.

## Properties

<table data-full-width="false"><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>Filename</code></td><td>String</td><td>Either full path to an image or relative filename towards the current XAML layout</td></tr><tr><td><code>Path</code></td><td>String</td><td>The path to the image in case <code>Filename</code> is a relative path.</td></tr><tr><td><code>Extension</code></td><td>String</td><td>The extension of the image if <code>Filename</code> does not contain an extension</td></tr></tbody></table>
