[]
Configurates Width. Sets the tile width in pixels. If it is set to null, it means the width will automatically fit the content.
public FlowTileBuilder Width(int? value)
Type | Name | Description |
---|---|---|
int? | value | The value. |
Type | Description |
---|---|
FlowTileBuilder | Current builder. |