Description
The MimeTypeIcon element is rendered as a HTML <img /> tag that displays the icon associated with the value of the mime type provided by the MimeType property.
In practice, this element is not used in directory styles (in which we rather use ObjectTypeIcon), but in edit or create forms and together with the Upload template kind.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
Example
<l:MimeTypeIcon MimeType="{Binding Path=Mime}"/>
<l:MimeTypeIcon MimeType="{Binding Path=Mime}"/>
See also