@@ -9,7 +9,7 @@ TabView user guide documentation: https://help.syncfusion.com/xamarin/tabbed-vie
99## Creating the project
1010Create a new BlankApp (Xamarin.Forms.Portable) application in Xamarin Studio or Visual Studio for Xamarin.Forms.
1111
12- ## Adding SfTabView in Xamarin.Forms
12+ ### Adding SfTabView in Xamarin.Forms
1313Add the required assembly references to the PCL and renderer projects as discussed in the Assembly deployment section.
1414
1515Import the control namespace as shown in the following code.
@@ -39,21 +39,21 @@ public MainPage()
3939 this.Content = tabView;
4040}
4141```
42- # Font icons in the header
42+ ## Font icons in the header
4343You can refer this link for getting the font icons. Add the font file to your application by using the following steps for each platform:
4444
45- ## Adding font file for iOS
45+ ### Adding font file for iOS
4646
4747* Add the font family inside Resource folder iOS project.
4848* Add the font file with the following build action: BundleResource.
4949* Update the Info.plist file (fonts that are provided by application, UIAppFonts, or key).
50- ## Adding font file for Android
50+ ### Adding font file for Android
5151
5252Add the font file to the Assets folder in the application project, and set the following build action: AndroidAsset.
5353
54- ## Adding font file for UWP
54+ ### Adding font file for UWP
5555Add the font family inside the application project of UWP
56- ## Setting font file for font icons
56+ ### Setting font file for font icons
5757
5858** [ XAML] **
5959```
0 commit comments