This is user interface control for Windows Forms, which allows to pick an angles.
The control of a circular shape, something similar can be seen in Photoshop.
To install CircleAnglePicker, run the following command in the Package Manager Console:
Install-Package CircleAnglePicker
Install the CircleAnglePicker package in your Windows Forms project.
Or download an archive file containing binary assemblies, unpack it and add to your project a reference to the assembly of the version of .NET Framework that you are using.
Now you can create an instance of the CircleAnglePicker and add to the form:
var circleAnglePicker = new CircleAnglePicker();
Controls.Add(circleAnglePicker);
If you can not find the control on the toolbox in designer mode, you need to add CircleAnglePicker to the toolbox:
- Right-click on toolbox.
- Select "Choose Items".
- Browse the CircleAnglePicker assembly on your computer.
- Add the item.
- Enjoy!
See also article about installing and using CircleAnglePicker.
- .NET Framework 2.0/3.5/4.0/4.5/4.6/4.7 or later;
- Windows Forms.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright © 2018, @meet-aleksey