Method SetGeoViewController
| Edit this page View SourceSetGeoViewController(DependencyObject, GeoViewController?)
Sets the value of the GeoViewController() XAML attached property on the specified object.
Declaration
public static void SetGeoViewController(DependencyObject geoView, GeoViewController? value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | geoView | The target GeoView on which to set the GeoViewController() XAML attached property. |
| GeoViewController | value | The property value to set. |
SetGeoViewController(GeoView, GeoViewController?)
Sets the value of the GeoViewController() XAML attached property on the specified object.
Declaration
public static void SetGeoViewController(GeoView geoView, GeoViewController? value)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoView | geoView | The target GeoView on which to set the GeoViewController() XAML attached property. |
| GeoViewController | value | The property value to set. |