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 ab887f5 commit 8ba5793Copy full SHA for 8ba5793
maui-toolkit/TabView/CenterButton-Customization.md
@@ -52,7 +52,7 @@ You can customize the center button using the properties of `CenterButtonSetting
52
Background="#6750A4"
53
ImageSize="25"
54
DisplayMode="Image"
55
- ImageSource="home.png">
+ ImageSource="image.png">
56
</tabView:CenterButtonSettings>
57
</tabView:SfTabView.CenterButtonSettings>
58
@@ -72,7 +72,7 @@ public MainPage()
72
ImageSize = 25,
73
Background = Color.FromArgb("#6750A4");
74
CornerRadius = new CornerRadius(50),
75
- ImageSource = "home.png"
+ ImageSource = "image.png"
76
};
77
78
tabView.CenterButtonSettings = centerButtonSettings;
0 commit comments