Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Ashwin Kmr
1.8k
320
77.7k
How to implement rounded corner for a button in xamarin form
Oct 3 2016 7:42 AM
Hi,
I m trying to implement rounded corner for a button in xaml in xamarin forms..Need some idea.
Border radius is not working as expected.Need some alternative idea.
My code-
<Button BackgroundColor="Red" Grid.Row="1" WidthRequest="15" HorizontalOptions="End" HeightRequest="10" VerticalOptions ="Start"/>
Regards,
Ashwin.k
Reply
Answers (
7
)
single database in different devices
How to implement traingle shape in xamarin froms?