Skip to content

Commit 8ba5793

Browse files
author
SivakumarVairamuthu
committed
Updated the image value.
1 parent ab887f5 commit 8ba5793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maui-toolkit/TabView/CenterButton-Customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can customize the center button using the properties of `CenterButtonSetting
5252
Background="#6750A4"
5353
ImageSize="25"
5454
DisplayMode="Image"
55-
ImageSource="home.png">
55+
ImageSource="image.png">
5656
</tabView:CenterButtonSettings>
5757
</tabView:SfTabView.CenterButtonSettings>
5858

@@ -72,7 +72,7 @@ public MainPage()
7272
ImageSize = 25,
7373
Background = Color.FromArgb("#6750A4");
7474
CornerRadius = new CornerRadius(50),
75-
ImageSource = "home.png"
75+
ImageSource = "image.png"
7676
};
7777

7878
tabView.CenterButtonSettings = centerButtonSettings;

0 commit comments

Comments
 (0)