WPF Angle Picker Control

14 November 2020

Category: Mini

Hi everyone,
I just want to share a simple, but in my view an interesting control I needed to make. AnglePicker allows you to visually pick an angle. It’s nothing major, but it was good to play with shapes and do something new. I also added few dependency properties to make the colors customizable and wrapped it all in a ViewBox for easy resizing. I guess it’s easy enough to change CountAngle method for different needs. I needed to pick the angle as it is shown in the project with 0 at the x axis and with rising the angle to the left.

Cheers!

Petr