How to set the width of the bottom border of a tab?

How to set the width of the bottom border of a tab?下面这个短的是别人的。

Here's my





1 Reply 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team March 26, 2021 11:34 AM UTC

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 


Marked as answer
Loader.
Up arrow icon