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

In This Topic
    MinSize Property (SplitTile)
    In This Topic
    Gets or sets the minimum size of the tile, in pixels.
    Syntax
    'Declaration
     
    Public Property MinSize As Integer
    public int MinSize {get; set;}
    See Also