Customize size

12 Apr 20171 minute to read

You can customize the size of the Tile by using tile-size property. The following built-in tile sizes are supported.

  1. Medium
  2. Small
  3. Large
  4. Wide

The default tile-size value is set to Small.

Refer to the following code examples.

  • CSHTML
  • <ej-tile id="tile" image-position="@TileImagePosition.Center" tile-size="@TileSize.Medium" image-url="../images/tile/windows/pictures.png" text="Pictures">
    </ej-tile>