CircleAnglePicker

UI control for pick an angle in Windows Forms projects.

MIT License

Stars
7
Committers
1

CircleAnglePicker Control for Windows Forms

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

How to use

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:

  1. Right-click on toolbox.
  2. Select "Choose Items".
  3. Browse the CircleAnglePicker assembly on your computer.
  4. Add the item.
  5. Enjoy!

See also article about installing and using CircleAnglePicker.

Requirements

  • .NET Framework 2.0/3.5/4.0/4.5/4.6/4.7 or later;
  • Windows Forms.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright © 2018, @meet-aleksey