[]
Defines a builder to configurate FlowTile.
public class FlowTileBuilder : TileBuilder<FlowTile, FlowTileBuilder>
Name | Description |
---|---|
FlowTileBuilder(FlowTile) | Creates one FlowTileBuilder instance to configurate |
Name | Description |
---|---|
AllowResize(bool) | Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized. |
Height(int?) | Configurates Height. Sets the tile height in pixels. If it is set to null, it means the height will automatically fit the content. |
Width(int?) | Configurates Width. Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content. |