We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbd58a commit ab887f5Copy full SHA for ab887f5
maui-toolkit/TabView/CenterButton-Customization.md
@@ -71,7 +71,7 @@ public MainPage()
71
DisplayMode = CenterButtonDisplayMode.Image,
72
ImageSize = 25,
73
Background = Color.FromArgb("#6750A4");
74
- CornerRadius = new CornerRadius(10),
+ CornerRadius = new CornerRadius(50),
75
ImageSource = "home.png"
76
};
77
0 commit comments