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

In This Topic
    Width Property (FlowTile)
    In This Topic
    Gets or sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.
    Syntax
    'Declaration
     
    
    Public Property Width As Nullable(Of Integer)
    public Nullable<int> Width {get; set;}
    See Also