Share via


MapLayer.AddChild Method

 

Adds a UIElement to the map layer.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Overload List

Name Description
System_CAPS_pubmethod AddChild(UIElement, Location)

Adds a UIElement to the map layer at the specified location.

System_CAPS_pubmethod AddChild(UIElement, Location, Point)

Adds a UIElement to the map layer at the specified location using the given pixel offset.

System_CAPS_pubmethod AddChild(UIElement, Location, PositionOrigin)

Adds a UIElement to the map layer at the specified location using the given position origin.

System_CAPS_pubmethod AddChild(UIElement, LocationRect)

Adds a UIElement to the map layer at the specified location rectangle.

Remarks

???ADD links to Adding Shapes/Media/Tile Overlays to the Map

See Also

MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top