MapCore.Children Property
Gets the child elements of the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public UIElementCollection Children { get; }
public:
property UIElementCollection^ Children {
UIElementCollection^ get();
}
member Children : UIElementCollection with get
Public ReadOnly Property Children As UIElementCollection
Property Value
Type: System.Windows.Controls.UIElementCollection
Returns UIElementCollection.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top