Skip to content

Commit ab0b05e

Browse files
Update Selection-Indicator-Customization.md
1 parent fb1289f commit ab0b05e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maui-toolkit/TabView/Selection-Indicator-Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following image shows the selection indicator with the width mode set to `St
201201

202202
![Stretch](images/IndicatorWidthMode_Stretch.png)
203203

204-
## IndicatorCornerRadius
204+
## Indicator corner radius
205205

206206
You can customize the corner radius of the selection indicator using the [IndicatorCornerRadius](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.TabView.SfTabView.html#Syncfusion_Maui_Toolkit_TabView_SfTabView_IndicatorCornerRadius) property in the `SfTabView`.
207207

@@ -225,7 +225,7 @@ The following image shows the selection indicator with the corner radius:
225225

226226
![CornerRadius](images/IndicatorCornerRadius.png)
227227

228-
## IndicatorStrokeThickness
228+
## Indicator stroke thickness
229229

230230
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.
231231

@@ -242,4 +242,4 @@ tabView.IndicatorStrokeThickness = 7;
242242

243243
{% endtabs %}
244244

245-
![IndicatorStrokeThickness](images\IndicatorStrokeThickness.png)
245+
![IndicatorStrokeThickness](images\IndicatorStrokeThickness.png)

0 commit comments

Comments
 (0)