Gets the number of child tiles.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Children() As Integer
|
| [C#] |
|---|
public int Children {get;}
|
| [Managed C++] |
|---|
public: __property int get_Children();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Children(
|
| [Java] |
|---|
public ppInteger getChildren();
|