[]
Configurates CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels.
public TBuilder CellSpacing(int value)
Public Function CellSpacing(value As Integer) As TBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |