You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Right now Button control has CornerRadius property which is always applied to all corners. It would be nice if there was the possibility to define the corner radius for all single corners.
API Changes
Similar to margin and padding properties there should be a possibility to define corner radius for all corners, like this:
<Button CornerRadius="10,20,10,5"/>
This will apply a corner radius of 10 to the top left corner, 20 to the top right corner, 10 to the bottom right corner and 5 to bottom left corner.
Intended Use Case
A lot of use cases when creating beautiful UI.
The text was updated successfully, but these errors were encountered:
Summary
Right now Button control has CornerRadius property which is always applied to all corners. It would be nice if there was the possibility to define the corner radius for all single corners.
API Changes
Similar to margin and padding properties there should be a possibility to define corner radius for all corners, like this:
This will apply a corner radius of 10 to the top left corner, 20 to the top right corner, 10 to the bottom right corner and 5 to bottom left corner.
Intended Use Case
A lot of use cases when creating beautiful UI.
The text was updated successfully, but these errors were encountered: