ComponentOne ASP.NET MVC Controls
Width Property (FlowTile)

C1.Web.Mvc Namespace > FlowTile Class : Width Property
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

Reference

FlowTile Class
FlowTile Members