Show / Hide Table of Contents

Method SetMapViewController

| Edit this page View Source

SetMapViewController(DependencyObject, MapViewController?)

Sets the value of the MapViewController XAML attached property on the specified MapView.

Declaration
public static void SetMapViewController(DependencyObject mapView, MapViewController? value)
Parameters
Type Name Description
DependencyObject mapView

The target MapView on which to set the MapViewController() XAML attached property

MapViewController value
| Edit this page View Source

SetMapViewController(MapView, MapViewController?)

Sets the value of the MapViewController XAML attached property on the specified MapView.

Declaration
public static void SetMapViewController(MapView mapView, MapViewController? value)
Parameters
Type Name Description
MapView mapView

The target MapView on which to set the MapViewController() XAML attached property

MapViewController value
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX