MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.33k stars 2.44k forks source link

FlipView.xaml is not reusing `MetroCircleButtonStyle` #1888

Closed BrunoJuchli closed 9 years ago

BrunoJuchli commented 9 years ago

FlipView.xaml is defining it's own button style called ControlButton. Visually it's very similar to the MetroCircleButtonStyle of Button.xaml.

is there a specific reason that it uses a custom style which is not at least based on MetroCircleButtonStyle?

If not i'd suggest re-using MetroCircleButtonStyle in FlipView.xaml to make the code-base to maintain a little bit smaller ;-)

Also, for the chevron paths defined in FlipView.xaml exist very similar ones @ MahApps.Metro.Resources Icons.xaml.

punker76 commented 9 years ago

mh the two styles are not similar and the MahApps.Metro.Resources are not part of MahApps itself