/building-controls-for-ArcGISRuntime-dotnet

Examples how to build custom controls using ArcGIS Runtime SDK for .NET

Primary LanguageC#Apache License 2.0Apache-2.0

#Building Controls for ArcGIS Runtime for .NET The ArcGIS Runtime SDK for .NET includes API for Windows Desktop (WPF), Windows Store and Windows Phone APIs that you can use to build mapping and GIS applications. This repository contains examples how to build custom controls using the APIs.

The contents of the repository is not production ready code but instead shows different ways how you can build your own controls. Another good location to find more information how to build controls for the SDK is the official Toolkit repository.

This repository and the controls were used in a Demo Theatre Presentation in Esri's Developer Summit 2016 in Palm Springs.

Screenshot

Content

  • Overview control : shows overview what area is visible in the main MapView
  • Compass : shows direction where the north is. Click it to reset rotation.
  • Zoom : Zoom in and zoom out buttons
  • Highlight animation : Animates highlighting to the selected feature

Requirements

Supported system configurations for:

Used SDK version is 10.2.7.

Resources

Contributing

Anyone and everyone is welcome to contribute. It's even highly encouraged!