BunifuElipse
in your toolbox and drag it to your form as shown below. Once the elipse component is dropped in the form, it automatically targets the form, thereby hiding the top bar (non-client area) of the form.FormBorderStyle
property of your form to Sizable.1. TargetControl
ApplyElipse()
method. The method has 4 overloads defined as follows:ApplyElipse()
ApplyElipse(Control control)
ApplyElipse(int Radius)
ApplyElipse(Control control, int Radius)
2. ElipseRadius
EllipseRadius
value should be less than 7 for smooth curves, as values greater than that will result in pixelated curves.TargetControl
property of the Elipse component and choose Bunifu Tile Button as the target control.