diff --git a/maui-toolkit/TabView/Selection-Indicator-Customization.md b/maui-toolkit/TabView/Selection-Indicator-Customization.md index 95c2ba75..1c7d0e04 100644 --- a/maui-toolkit/TabView/Selection-Indicator-Customization.md +++ b/maui-toolkit/TabView/Selection-Indicator-Customization.md @@ -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 %} diff --git a/maui-toolkit/TabView/Tab-Item-Customization.md b/maui-toolkit/TabView/Tab-Item-Customization.md index f459fe15..156e1a5f 100644 --- a/maui-toolkit/TabView/Tab-Item-Customization.md +++ b/maui-toolkit/TabView/Tab-Item-Customization.md @@ -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 %} @@ -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 %}