| Exception | Description |
|---|---|
| System.ArgumentException | Scale can only be set in combination with Center. |
{
//Set the view linking mode to Center and Scale.
MapView.LinkMode = LinkMode.Center | LinkMode.Scale;
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)