[]
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)
Public Function Height(value As Integer?) As FlowTileBuilder
| Type | Name | Description |
|---|---|---|
| int? | value | The value. |
| Type | Description |
|---|---|
| FlowTileBuilder | Current builder. |