https://github.com/catalystcode/radial-menu
"OneNote Style" Radial Menu for Windows UWP Applications
https://github.com/catalystcode/radial-menu
Last synced: 5 months ago
JSON representation
"OneNote Style" Radial Menu for Windows UWP Applications
- Host: GitHub
- URL: https://github.com/catalystcode/radial-menu
- Owner: CatalystCode
- License: mit
- Created: 2015-09-23T02:27:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T02:22:18.000Z (about 5 years ago)
- Last Synced: 2025-07-12T15:39:49.566Z (6 months ago)
- Language: C#
- Size: 2.7 MB
- Stars: 104
- Watchers: 16
- Forks: 27
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Radial Menu
A Radial Menu for Windows UWP Applications, as made popular by the first versions of the modern OneNote App for Windows. Create radial menus floating op top of your application. The control supports variable numbers of buttons, toggle & radio buttons, a selector for long lists, and a fancy metered
menu for intuitive selection of numbers.

## Installation
Install this component via nuget by doing:
```
PM> Install-Package RadialMenuControl
```
Or add it to your project directly by searching for `RadialMenuControl` in Nuget Package Manager for Visual Studio.
## Documentation
Want to learn how to place this control into your application? It's pretty easy to do - just head over to our [documentation wiki](https://github.com/CatalystCode/radial-menu/wiki) to find out how!
## Special Thanks
A bunch of thanks to [Jason Poon](https://github.com/jpoon), who wrote an early version of this code (and helpes us all a lot).
## License
Copyright (C) 2015 Microsoft, licensed MIT. Please check `LICENSE` for details.