MapLayer.AddChild Method (UIElement, Location)
Adds a UIElement to the map layer at the specified location.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public void AddChild(
UIElement element,
Location location
)
public:
void AddChild(
UIElement^ element,
Location^ location
)
member AddChild :
element:UIElement *
location:Location -> unit
Public Sub AddChild (
element As UIElement,
location As Location
)
Parameters
element
Type: System.Windows.UIElementThe UIElement to add.
location
Type: Microsoft.Maps.MapControl.WPF.LocationThe location at which to add the UIElement.
Remarks
???ADD LINKS TO ADDING SHAPES/MEDIA/TILE OVERLAYS OT THE MAP
See Also
AddChild Overload
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top