ComponentOne ASP.NET MVC Controls
Height Method (FlowTileBuilder)

C1.Web.Mvc.Fluent Namespace > FlowTileBuilder Class : Height Method
The value.
Configurates C1.Web.Mvc.FlowTile.Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.
Syntax
'Declaration
 
Public Function Height( _
   ByVal value As Nullable(Of Integer) _
) As FlowTileBuilder

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlowTileBuilder Class
FlowTileBuilder Members