You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maui-toolkit/TabView/CenterButton-Customization.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
layout: post
3
3
title: Center button customization in .NET MAUI Tab View | Syncfusion®
4
-
description: Learn here all about center button Customization in .NET MAUI Tab View control.
4
+
description: Learn here all about the center button customization in the Syncfusion® .NET MAUI Tab View(SfTabView) control.
5
5
platform: maui-toolkit
6
6
control: Tab View
7
7
documentation: ug
8
8
---
9
9
10
10
# Center Button Customization in .NET MAUI Tab View (SfTabView)
11
11
12
-
This section explains how to create and customize the .NET MAUI [SfTabView](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html)
12
+
This section explains how to enable and customize The center button in .NET MAUI [SfTabView.](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html)
13
13
14
14
## Enable the center button
15
15
16
-
You can enable the center button in Tab View by setting `IsCenterButtonEnabled` property to true. Its appearance can be configured using `CenterButtonSettings`.
16
+
You can enable the center button in Tab View by setting the `IsCenterButtonEnable` property to `True.`
17
17
18
18
{% tabs %}
19
19
@@ -38,9 +38,19 @@ public MainPage()
38
38
{% endtabs %}
39
39
40
40
## Customize the center button
41
+
<<<<<<< .mine
41
42
43
+
=======
44
+
You can customize the center button using the properties of `CenterButtonSetting.` The following properties are used to customize the view of the center button `Background,``Stroke,``StrokeThickness,``CornerRadius,``TextColor,``Height,``Title,``FontAttributes,``FontFamily,``FontSize,``Width,``ImageSource,``ImageSize,` and `DisplayMode.`
45
+
>>>>>>> .theirs
46
+
47
+
<<<<<<< .mine
42
48
You can customize the center button using the properties of CenterButtonSettings. The following properties are used to customize the view of center button `Background`, `Stroke`,`StrokeThickness`, `CornerRadius`, `TextColor`, `Height`, `Title`, `FontAttributes`, `FontFamily`, `FontSize`, `Width`, `ImageSource`, `ImageSize`, `DisplayMode`.
43
49
50
+
=======
51
+
52
+
53
+
>>>>>>> .theirs
44
54
45
55
{% tabs %}
46
56
@@ -71,25 +81,29 @@ public MainPage()
71
81
{
72
82
InitializeComponent();
73
83
SfTabView tabView = new SfTabView();
74
-
CenterButtonSettings centerButton = new CenterButtonSettings ();
0 commit comments