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