ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlowTile Class / Height Property

In This Topic
    Height Property (FlowTile)
    In This Topic
    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