ComponentOne ASP.NET MVC Controls
Height Property (FlowTile)

C1.Web.Mvc Namespace > FlowTile Class : Height Property
Gets or sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content.
Syntax
'Declaration
 
Public Property Height As Nullable(Of Integer)
public Nullable<int> Height {get; set;}
See Also

Reference

FlowTile Class
FlowTile Members