Skip to content

Commit 63631e8

Browse files
commit
1 parent 3627137 commit 63631e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/DockLayout/getting-started-docklayout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace DockLayoutGettingStarted
7474

7575
## Step 4: Initialize the DockLayout Control
7676

77-
1. To initialize the control, import the `Synfusion.Maui.Core` namespace.
77+
1. To initialize the control, import the `Syncfusion.Maui.Core` namespace.
7878
2. Initialize an [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) instance.
7979

8080
{% tabs %}
@@ -174,7 +174,7 @@ namespace DockLayoutSample
174174

175175
## Step 4: Initialize the DockLayout Control
176176

177-
1. To initialize the control, import the `Synfusion.Maui.Core` namespace.
177+
1. To initialize the control, import the `Syncfusion.Maui.Core` namespace.
178178
2. Initialize an [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) instance.
179179

180180
{% tabs %}
@@ -213,7 +213,7 @@ namespace DockLayoutGettingStarted
213213
{% endtabcontents %}
214214

215215
### Set Dock Position for Child Views
216-
Inside the [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) control, child views can be arranged using the [Dock](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html#Syncfusion_Maui_Core_SfDockLayout_DockProperty) attached property. This property allows to dock elements to specific edges— `Top`, `Bottom`, `Left`, `Right`, or set to `None` to remain undocked and fill the remaining space.
216+
Inside the [SfDockLayout](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html) control, child views can be arranged using the [Dock](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Core.SfDockLayout.html#Syncfusion_Maui_Core_SfDockLayout_DockProperty) attached property. This property allows to dock elements to specific edges— `Top`, `Bottom`, `Left`, `Right`, or set to `None` to remain non-docked and fill the remaining space.
217217

218218
{% tabs %}
219219

0 commit comments

Comments
 (0)