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

In This Topic
    Width Property (FlowTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlowTile.Width. 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