Show / Hide Table of Contents

Method SetGeoViewController

| Edit this page View Source

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

| Edit this page View Source

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.

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