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

In This Topic
    MaxResizeHeight Property (FlowTile)
    In This Topic
    Gets or sets the default maximum height of the tile when resize.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2147483647)>
    Public Overridable Property MaxResizeHeight As Integer
    [DefaultValue(2147483647)]
    public virtual int MaxResizeHeight {get; set;}
    See Also