[]
Defines a builder to configurate GridTile.
public abstract class GridTileBuilder<TControl, TBuilder> : TileBuilder<TControl, TBuilder> where TControl : GridTile where TBuilder : GridTileBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| GridTileBuilder(TControl) | Creates one GridTileBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| AllowResize(bool) | Configurates AllowResize. Sets a boolean value decides whether the tiles could be resized. |
| ColumnSpan(int) | Configurates ColumnSpan. Sets the column spans occupied by this tile. |
| RowSpan(int) | Configurates RowSpan. Sets the row spans occupied by this tile. |