Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] Button - corner radius for all single corners #8594

Closed
Mikilll94 opened this issue Nov 20, 2019 · 2 comments
Closed

[Enhancement] Button - corner radius for all single corners #8594

Mikilll94 opened this issue Nov 20, 2019 · 2 comments

Comments

@Mikilll94
Copy link

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:

<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.

@KSemenenko
Copy link
Contributor

It would be nice to do good rounding management. #7208

@samhouts
Copy link
Member

Duplicate of #1814

@samhouts samhouts marked this as a duplicate of #1814 Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants