Customize size
5 Oct 20151 minute to read
You can customize the size of the Tile by using TileSize property. The following built-in tile sizes are supported.
- Medium
- Small
- Large
- Wide
The default TileSize value is set to Small.
Refer to the following code examples.
@Html.EJ().Tile("tile").Text("Pictures").ImagePosition(TileImagePosition.Center).TileSize(TileSize.Medium).ImageUrl("http://js.syncfusion.com/UG/Web/Content/tile/pictures.png ")