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

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