Children Property (AutoGridGroup)
In This Topic
Gets the child tiles in this group.
Syntax
'Declaration
Public ReadOnly Property Children As System.Collections.Generic.IList(Of AutoGridTile)
'Usage
Dim instance As AutoGridGroup
Dim value As System.Collections.Generic.IList(Of AutoGridTile)
value = instance.Children
public System.Collections.Generic.IList<AutoGridTile> 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<AutoGridTile*>* get_Children();
public:
property System.Collections.Generic.IList<AutoGridTile^>^ Children {
System.Collections.Generic.IList<AutoGridTile^>^ get();
}
See Also