WMLPB
WMLPB
### Description Hi all, I use my own Button control inherited from TemplatedView; with a CornerRadius property. ```cs public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(CornerRadius), typeof(CornerRadius), typeof(Button), new CornerRadius(6.0)); ```...
### Description Hi All, Because of MAUI didn’t have a ripple effect for a long time I created my own `RippleBehavior` class for Android. This worked fine up until MAUI...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...