ObjectTypeIcon class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

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.

See http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationObjectTypeIconClassTopic.html

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

For the list of properties and methods, see:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationObjectTypeIconClassTopic_members+.html

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

CheckOutIcon

ClipboardIcon

ConfigIcon

MimeTypeIcon

UnlockIcon