Gets the root tile of the tree.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract Tile RootTile { get; }
Public MustOverride ReadOnly Property RootTile As Tile
Get
public:
virtual property Tile^ RootTile {
Tile^ get () abstract;
}
abstract RootTile : Tile with get
Property Value
Type:
Tile
See Also