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

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