Skip to content

Commit 4f3fcc1

Browse files
Added API links for secondary drawer and tab bar border
1 parent 1dd0ebf commit 4f3fcc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MAUI/NavigationDrawer/Multi-Drawer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Implement the primary drawer using the [DrawerSettings](https://help.syncfusion.
5757

5858
### SecondaryDrawerSettings
5959

60-
Implement the secondary drawer using the SecondaryDrawerSettings property in SfNavigationDrawer. Its properties and functionalities are same as the primary drawer. The secondary drawer can be set to different positions similar to the primary drawer. The following code demonstrates how to customize the secondary drawer.
60+
Implement the secondary drawer using the [SecondaryDrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_SecondaryDrawerSettings) property in SfNavigationDrawer. Its properties and functionalities are same as the primary drawer. The secondary drawer can be set to different positions similar to the primary drawer. The following code demonstrates how to customize the secondary drawer.
6161

6262
{% tabs %}
6363

@@ -95,7 +95,7 @@ N> When the primary drawer and the secondary drawer are set to the same position
9595

9696
### Toggling method
9797

98-
Users can toggle the secondary drawer using the `ToggleSecondaryDrawer` method.
98+
Users can toggle the secondary drawer using the [ToggleSecondaryDrawer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_ToggleSecondaryDrawer) method.
9999

100100
{% highlight c# %}
101101

@@ -106,7 +106,7 @@ navigationDrawer.ToggleSecondaryDrawer();
106106

107107
### Opening the drawer programmatically
108108

109-
The [IsOpen](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_IsOpen) property in the [DrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_DrawerSettings) of `SecondaryDrawerSettings` used to open or close the secondary drawer programmatically.
109+
The [IsOpen](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.DrawerSettings.html#Syncfusion_Maui_NavigationDrawer_DrawerSettings_IsOpen) property in the [DrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_DrawerSettings) of [SecondaryDrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_SecondaryDrawerSettings) used to open or close the secondary drawer programmatically.
110110

111111
The following code sample demonstrates how to set `IsOpen` property in XAML and C#.
112112

MAUI/TabView/Tab-Bar-Customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ N> View [sample](https://github.com/SyncfusionExamples/maui-tabview-samples/tree
202202

203203
You can customize the border of the tab header area in .NET MAUI Tab View using the following properties:
204204

205-
- TabBarBorderColor: Sets the border color.
206-
- TabBarBorderThickness: Sets the border thickness.
205+
- [TabBarBorderColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TabView.SfTabView.html#Syncfusion_Maui_TabView_SfTabView_TabBarBorderColor): Sets the border color.
206+
- [TabBarBorderThickness](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.TabView.SfTabView.html#Syncfusion_Maui_TabView_SfTabView_TabBarBorderThickness): Sets the border thickness.
207207
- TabBarCornerRadius: Sets the corner radius of the tab bar's border.
208208

209209
{% tabs %}

0 commit comments

Comments
 (0)