[]
Configurates AllowDrag. Sets a boolean value decides whether the tiles could be dragged.
public TBuilder AllowDrag(bool value)
Public Function AllowDrag(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |