Gets the root tile of the tree.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
TileSee Also