Gets the collection of child elements.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public ObservableCollection<C1VectorItemBase> Children { get; }
Visual Basic
Public ReadOnly Property Children As ObservableCollection(Of C1VectorItemBase)
	Get

See Also