Image class

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

Description

This class emulates the System.Windows.Controls.Image class. It is rendered as a HTML <img /> tag.

See also http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWpfEmulationImageClassTopic.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/frlrfTeraDPGN4WebUIWpfEmulationImageClassTopic_members+.html

Example

<CellTemplate ObjectTypeName="image">

  <xp:StackPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="0,1,0,1">

    <l:InfoPopup InfoId="{Binding Path=[folderObject.id]}" DirectoryStyleName="{Binding ObjectType.Name}">

      <l:Image MaxHeight="90" MaxWidth="90"

         ImageId="{Binding Path=[image.thumbnail.id]}"

         Rotation="{Binding Path=[image.rotation]}"

         PixWidth="{Binding Path=[image.pixWidth]}"

         PixHeight="{Binding Path=[image.pixHeight]}"

         Crops="{Binding Path=[image.crops]}"

      />

    </l:InfoPopup>

  </xp:StackPanel>

</CellTemplate>

See also

Audio

Video