Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maui-toolkit/TabView/Selection-Indicator-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The following image shows the selection indicator with the corner radius:
![.NET MAUI TabView Selection Indicator Corner Radius](images/IndicatorCornerRadius.png)

## Indicator's Stroke Thickness
You can customize the stroke thickness of the selection indicator using the `IndicatorStrokeThickness` property in the Tab View.
You can customize the stroke thickness of the selection indicator using the [IndicatorStrokeThickness](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html#Syncfusion_Maui_Toolkit_TabView_SfTabView_IndicatorStrokeThickness) property in the Tab View.

{% tabs %}

Expand Down
4 changes: 2 additions & 2 deletions maui-toolkit/TabView/Tab-Item-Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ The following image shows the tab view with scroll buttons enabled:

### Scroll button customization

The `ScrollButtonBackground` and `ScrollButtonColor` property of [SfTabView](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html) allows users to customize the background color and foreground color of scroll button.
The [ScrollButtonBackground](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html#Syncfusion_Maui_Toolkit_TabView_SfTabView_ScrollButtonBackground) and [ScrollButtonColor](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html#Syncfusion_Maui_Toolkit_TabView_SfTabView_ScrollButtonColor) property of [SfTabView](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html) allows users to customize the background color and foreground color of scroll button.

{% tabs %}

Expand Down Expand Up @@ -624,7 +624,7 @@ tabView.ContentTransitionDuration = 300;

## Image size

You can customize the image size in the .NET MAUI TabView control by setting the `ImageSize` property.
You can customize the image size in the .NET MAUI TabView control by setting the [ImageSize](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabItem.html#Syncfusion_Maui_Toolkit_TabView_SfTabItem_ImageSize) property.

{% tabs %}

Expand Down