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