[]
Defines a builder to configurate FlowLayout.
public class FlowLayoutBuilder : LayoutBaseBuilder<FlowLayout, FlowLayoutBuilder>, IHtmlString, ITemplateBuilder<FlowLayoutBuilder>
| Name | Description |
|---|---|
| FlowLayoutBuilder(FlowLayout) | Creates one FlowLayoutBuilder instance to configurate |
| Name | Description |
|---|---|
| Direction(FlowDirection) | Configurates Direction. Sets the direction of the flow layout. |
| Items(Action<ListItemFactory<FlowTile, FlowTileBuilder>>) | Configure Items. |