Esri.ArcGISRuntime.WPF
Contains APIs and UI controls for building Windows desktop applications with the Windows Presentation Framework (WPF) UI framework.
- MapView control used for the display of map layers and information in 2D. It controls the area (extent) of the map that is visible and supports user interactions such as pan and zoom.
- SceneView used for the display of 2D layers and 3D scene layers and information in 3D. It uses a camera to control the visible area (extent) of the scene and supports user interactions such as pan, zoom, tilt, and rotate.
- Callout control used for the display of information in a mapview or sceneview and is anchored to a coordinate with a leader.
- Platform-specific image support
Supported .NET target frameworks:
- .NET 6
- .NET Framework 4.6.1+
Add a reference to Esri.ArcGISRuntime.WPF to your WPF application projects:
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.15.0" />