Children Property (ManualGridGroup)
In This Topic
Gets the child tiles.
Syntax
'Declaration
Public ReadOnly Property Children As System.Collections.Generic.IList(Of ManualGridTile)
'Usage
Dim instance As ManualGridGroup
Dim value As System.Collections.Generic.IList(Of ManualGridTile)
value = instance.Children
public System.Collections.Generic.IList<ManualGridTile> Children {get;}
public read-only property Children: System.Collections.Generic.IList;
public function get Children : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<ManualGridTile*>* get_Children();
public:
property System.Collections.Generic.IList<ManualGridTile^>^ Children {
System.Collections.Generic.IList<ManualGridTile^>^ get();
}
See Also