[]
Defines a class represents the tile for the manual grid layout.
public class ManualGridTile : GridTile
| Name | Description |
|---|---|
| ManualGridTile() | Creates one ManualGridTile instance. |
| Name | Description |
|---|---|
| Column | Gets or sets the start column index of tile. The column index starts from 1. |
| Row | Gets or sets the start row index of tile. The row index starts from 1. |