Show / Hide Table of Contents

Method GetGeoViewController

| Edit this page View Source

GetGeoViewController(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.

| Edit this page View Source

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.

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