ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ManualGridTileTagHelper Class / MaxResizeHeight Property

In This Topic
    MaxResizeHeight Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tile.MaxResizeHeight. Sets the default maximum height of the tile when resize.
    Syntax
    'Declaration
     
    Public Overridable Property MaxResizeHeight As Integer
    public virtual int MaxResizeHeight {get; set;}
    See Also