Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.29 KB

mapcontrol_children.md

File metadata and controls

28 lines (19 loc) · 1.29 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.Maps.MapControl.Children
winrt property

Windows.UI.Xaml.Controls.Maps.MapControl.Children

-description

Gets the collection of objects that are children of the MapControl.

-property-value

The collection of objects that are children of the MapControl.

-remarks

Display XAML user interface elements such as a Button, a HyperlinkButton, or a TextBlock by adding them as Children of the MapControl. You can also add them to the MapItemsControl, or bind the MapItemsControl to an item or a collection of items.

Alternately, to display pushpins, images, and shapes on the MapControl, add them to its MapElements collection.

For more info, see Display maps with 2D, 3D, and Streetside views.

-examples

-see-also

Display maps with 2D, 3D, and Streetside views