TileLayoutGapSettingsBuilder

Methods

Columns(System.Double)

A value in pixels determining the space between horizontal spacing between the layout items.

Parameters

value - System.Double

The value that configures the horizontal spacing.

Example

Razor
 
             @(Html.Kendo().TileLayout()
               .Name("tilelayout")
               .Gap(gap => gap.Columns(20))
             )
             

Rows(System.Double)

A value in pixels determining the space between vertical spacing between the layout items.

Parameters

value - System.Double

The value that configures the vertical spacing.

Example

Razor
 
             @(Html.Kendo().TileLayout()
               .Name("tilelayout")
               .Gap(gap => gap.Rows(30))
             )
             
In this article
MethodsColumns(System.Double)Rows(System.Double)
Not finding the help you need?
Contact Support