Method GetMapViewController
| Edit this page View SourceGetMapViewController(DependencyObject)
Gets the value of the MapViewController XAML attached property from the specified MapView.
Declaration
public static MapViewController? GetMapViewController(DependencyObject mapView)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | mapView |
Returns
Type | Description |
---|---|
MapViewController |
GetMapViewController(MapView)
Gets the value of the MapViewController XAML attached property from the specified MapView.
Declaration
public static MapViewController? GetMapViewController(MapView mapView)
Parameters
Type | Name | Description |
---|---|---|
MapView | mapView |
Returns
Type | Description |
---|---|
MapViewController |