Method SetMapViewController
| Edit this page View SourceSetMapViewController(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 |
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 |