Bunifu User Control
Create custom user controls easier and faster with a touch of Bunifu UI
Last updated
Create custom user controls easier and faster with a touch of Bunifu UI
Last updated
Bunifu User Control is one unique control in that it allows developers to build their own User Controls on top of it, using built-in features such as curving the borders or styling the control's surface. You can also easily implement your own custom designs using the .NET Graphics API that allows you to draw more shapes and effects.
Here's a sample UI inspiration combining various aspects of the control, including the circular shapes:
And here's a preview of Bunifu User Control in action:
BackColor
: Applies the control's background color.
BorderColor
: Applies the control's border color.
BorderRadius
: Sets the control's border or corner radius.
BorderThickness
: Sets the control's border thickness.
ShowBorders
: Allows showing/hiding of the control's borders.
Style
: Applies either a round or a flat style to the control's surface.
BackColorChanged
: Raised whenever the control's background color has changed.
BorderColorChanged
: Raised whenever the control's border color has changed.
BorderRadiusChanged
: Raised whenever the control's border radius has changed.
BorderThicknessChanged
:Raised whenever the control's border thickness has changed.
ShowBordersChanged
: Raised whenever the control's ShowBorders
properties have changed.
StyleChanged
: Raised whenever the control's Style
property has changed.