fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.54k stars 518 forks source link

Corner radius support for Button #1142

Closed yordans closed 1 year ago

yordans commented 1 year ago

Added CornerRadius support for Button control

batzen commented 1 year ago

I don't think adding a single CornerRadius to all controls is a good idea. Back in the Office 2010 days the styling in Fluent.Ribbon also was more rounded and that wasn't solvable by a single property and required lots of different stylings/borders/rectangles to get everything right.

If we want to add rounding it should be solved by introducing new resources for everything that should be rounded, but i am not yet sure if i want to open that pandoras box again.