Hi Xu zhi bin,
Greetings from Syncfusion.
We have validated your query and you can change the selection indicator strip thickness by using StrokeThickness property in the SelectionIndicatorSettings class. We have prepared a sample for your reference get it from below link.
Code Snippet:
|
<tabView:SfTabView BackgroundColor="Yellow"
VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand">
<tabView:SfTabView.SelectionIndicatorSettings>
<tabView:SelectionIndicatorSettings StrokeThickness="8"/>
</tabView:SfTabView.SelectionIndicatorSettings>
</tabView:SfTabView> |
Please let us know, if you have any other concerns.
Regards,
Ruba Shanmugam