Description
The ObjectTypeIcon element is rendered as a HTML <img /> tag that displays the icon associated with the ObjectType provided by one of the two properties ObjectType and ObjectTypeName.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
Examples
<l:ObjectTypeIcon ToolTip="Preview" MaxWidth="16" ObjectType="{Binding Path=ObjectType}"/>
<l:ObjectTypeIcon Grid.Column="0" Size="32" ObjectTypeName="article">
<l:ObjectTypeIcon HorizontalAlignment="Center" VerticalAlignment="Center" Stretch="None" ObjectType="{Binding Path=ObjectType}" Size="16" />
<l:ObjectTypeIcon HorizontalAlignment="Left" Margin="5,0,0,0" MaxWidth="16" ObjectType="{Binding Path=ObjectType}"/>
<l:ObjectTypeIcon HorizontalAlignment="Left" ObjectType="{Binding Path=ObjectType}" Size="16"/>
<l:ObjectTypeIcon MaxWidth="16" ObjectTypeName="article" Margin="4,1,4,1"/>
<l:ObjectTypeIcon ObjectType="{Binding Path=ObjectType}" />
<l:ObjectTypeIcon ObjectType="{Binding Path=ObjectType}" Size="16" />
<l:ObjectTypeIcon ObjectTypeName="package" Size="48" />
<l:ObjectTypeIcon ObjectTypeName="story" Size="32" />
See also