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