Method IsRootTileView
IsRootTileView()
true if TileView is nested within a parent TileView e.g. via the TrySplitTile(int, int, out TileView). false if it is a root level TileView.
public bool IsRootTileView()
Returns
Remarks
Note that manually adding one TileView to another will not result in a parent/child relationship and both will still be considered 'root' containers. Always use TrySplitTile(int, int, out TileView) if you want to subdivide a TileView.