ComponentOne ASP.NET MVC Controls
Width Method (FlowTileBuilder)

C1.Web.Mvc.Fluent Namespace > FlowTileBuilder Class : Width Method
The value.
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 Function Width( _
   ByVal value As Nullable(Of Integer) _
) As FlowTileBuilder

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlowTileBuilder Class
FlowTileBuilder Members