Customize size

13 Jul 20161 minute to read

You can customize the size of the Tile by using the “tileSize” attribute. The following built-in tile sizes are supported.

  1. medium
  2. small
  3. large
  4. wide

The default TileSize value is set to small.

Refer to the following code examples.

  • HTML
  • <ej:Tile runat="server" ImagePosition="Center" ImageUrl="../content/images/tile/pictures.png" TileSize="Medium" >
    
    	</ej:Tile>