Skip to content

Commit 1eceea7

Browse files
Added changes in Toolkit UG
1 parent 21d0e50 commit 1eceea7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

maui-toolkit/TabView/CenterButton-Customization.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# Center Button Customization in .NET MAUI Tab View (SfTabView)
1111

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 create and customize the .NET MAUI [SfTabView](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html)
1313

1414
## Enable the center button
1515

16-
You can enable the center button in Tab View by setting `IsCenterButtonEnable` property to true. Its appearance can be configured using `CenterButtonSettings`.
16+
You can enable the center button in Tab View by setting `IsCenterButtonEnabled` property to true. Its appearance can be configured using `CenterButtonSettings`.
1717

1818
{% tabs %}
1919

@@ -38,7 +38,8 @@ public MainPage()
3838
{% endtabs %}
3939

4040
## Customize the center button
41-
You can customize the center button using the properties of CenterButtonSetting. 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`.
41+
42+
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`.
4243

4344

4445
{% tabs %}

maui-toolkit/TabView/Tab-Bar-Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The .NET MAUI Tab View allows users to enable or disable the transition animatio
127127
{% tabs %}
128128

129129
{% highlight xaml %}
130-
<tabView:SfTabView IsContentTransitionEnabled="True" ContentTransitionDuration = 1000/>
130+
<tabView:SfTabView IsContentTransitionEnabled="True" ContentTransitionDuration = "1000"/>
131131
{% endhighlight %}
132132

133133
{% highlight C# %}

0 commit comments

Comments
 (0)