jsuarezruiz / Xamarin.Forms.TabView

The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.
55 stars 13 forks source link

Corner Radius of tab view #13

Closed KevinAnass closed 4 years ago

KevinAnass commented 4 years ago

how i can add corner radius for left and right

AswinPG commented 4 years ago

You can use the TabStripBackgroundView property to give it any background you like. In your case you can place a boxview and give it corner radius.

jsuarezruiz commented 4 years ago

@AswinPG Thanks for the answer. Right, you can use TabStripBackgroundView property. There is an example in the Gallery using it.