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

In This Topic
    MinSize Property (SplitTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.SplitTile.MinSize. Sets the minimum size of the tile, in pixels.
    Syntax
    'Declaration
     
    Public Property MinSize As Integer
    public int MinSize {get; set;}
    See Also