BorderElement Attach - AdarshRise/HandyControl GitHub Wiki
An attached property is intended to be used as a type of global property that is settable on any object.
BorderElement Contains
Property | Description |
CornerRadius | Gets or sets Rounding the corners of the controls. |
First add HandyControl NameSpace
xmlns:hc="https://handyorg.github.io/handycontrol"
Now
<Button hc:BorderElement.CornerRadius="2"/>
BorderElement.SetCornerRadius(control, new System.Windows.CornerRadius(2));
BorderElement.GetCornerRadius(control);