Skip to content

UI control for pick an angle in Windows Forms projects.

License

Notifications You must be signed in to change notification settings

meet-aleksey/CircleAnglePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleAnglePicker 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.

Preview

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

The MIT License (MIT)

Copyright © 2018, @meet-aleksey