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
It would be very useful to be able to change the CornerRadius of the Material AppBarButton. It is as simple as having a TemplateBinding to the CornerRadius of the AppBarButton in the Ripple of the ControlTemplate.
Code snippet of the style MaterialAppBarButtonStyle:
Why is this needed
When pressing the AppBarButton, the default behavior is a square:
It would be also very useful to change that behavior so it can be also a circle or a rounded square:
For which Platform:
UWP
iOS
Android
WebAssembly
macOS
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
What would you like to be added
It would be very useful to be able to change the
CornerRadius
of the MaterialAppBarButton
. It is as simple as having aTemplateBinding
to theCornerRadius
of theAppBarButton
in the Ripple of theControlTemplate
.Code snippet of the style
MaterialAppBarButtonStyle
:Why is this needed
When pressing the
AppBarButton
, the default behavior is a square:It would be also very useful to change that behavior so it can be also a circle or a rounded square:
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: