Method GetGeoViewController
| Edit this page View SourceGetGeoViewController(DependencyObject)
Gets the value of the GeoViewController() XAML attached property from the specified GeoView.
Declaration
public static GeoViewController? GetGeoViewController(DependencyObject geoView)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | geoView | The GeoView from which to read the property value. |
Returns
Type | Description |
---|---|
GeoViewController | The value of the GeoViewController() XAML attached property on the target element. |
GetGeoViewController(GeoView)
Gets the value of the GeoViewController() XAML attached property from the specified GeoView.
Declaration
public static GeoViewController? GetGeoViewController(GeoView geoView)
Parameters
Type | Name | Description |
---|---|---|
GeoView | geoView | The GeoView from which to read the property value. |
Returns
Type | Description |
---|---|
GeoViewController | The value of the GeoViewController() XAML attached property on the target element. |