File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
DockLayout-Getting-Started/DockLayoutGettingStarted Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4
- xmlns : dx =" clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
4
+ xmlns : sf =" clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
5
5
x : Class =" DockLayoutGettingStarted.MainPage" >
6
6
7
7
8
8
<ContentPage .Content>
9
- <dx : SfDockLayout Margin =" 20" ShouldExpandLastChild =" True" >
10
- <Label Text =" Left" WidthRequest =" 80" dx :SfDockLayout.Dock=" Left" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #E57373" />
11
- <Label Text =" Right" WidthRequest =" 80" dx :SfDockLayout.Dock=" Right" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #BA68C8" />
12
- <Label Text =" Top" HeightRequest =" 80" dx :SfDockLayout.Dock=" Top" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #F06292" />
13
- <Label Text =" Bottom" HeightRequest =" 80" dx :SfDockLayout.Dock=" Bottom" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #9575CD" />
14
- <Label Text =" None" dx :SfDockLayout.Dock=" Top" MinimumHeightRequest =" 80" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" BackgroundColor =" #64B5F6" />
15
- </dx : SfDockLayout >
9
+ <sf : SfDockLayout Margin =" 20" ShouldExpandLastChild =" True" >
10
+ <Label Text =" Left" WidthRequest =" 80" sf :SfDockLayout.Dock=" Left" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #E57373" />
11
+ <Label Text =" Right" WidthRequest =" 80" sf :SfDockLayout.Dock=" Right" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #BA68C8" />
12
+ <Label Text =" Top" HeightRequest =" 80" sf :SfDockLayout.Dock=" Top" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #F06292" />
13
+ <Label Text =" Bottom" HeightRequest =" 80" sf :SfDockLayout.Dock=" Bottom" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" Background =" #9575CD" />
14
+ <Label Text =" None" sf :SfDockLayout.Dock=" Top" MinimumHeightRequest =" 80" HorizontalTextAlignment =" Center" VerticalTextAlignment =" Center" BackgroundColor =" #64B5F6" />
15
+ </sf : SfDockLayout >
16
16
</ContentPage .Content>
17
17
18
18
</ContentPage >
You can’t perform that action at this time.
0 commit comments