Skip to content

Ug changes #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v27.2.2
Choose a base branch
from
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