[]
Defines the base class represents the tile for the grid layout.
public abstract class GridTile : Tile
| Name | Description |
|---|---|
| AllowResize | Gets or sets a boolean value decides whether the tiles could be resized. |
| ColumnSpan | Gets or sets the column spans occupied by this tile. |
| RowSpan | Gets or sets the row spans occupied by this tile. |