Borders, Frames scrollers
This commit is contained in:
@ -3,10 +3,13 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="AdventureWorks.MAUI.MainPage"
|
||||
Title="{StaticResource ApplicationTitle}">
|
||||
|
||||
<Label Text="{StaticResource ApplicationTitle}"
|
||||
FontSize="Large"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="Center" />
|
||||
|
||||
<Border Stroke="Black" StrokeThickness="2"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="Center"
|
||||
Padding="10">
|
||||
<Label Text="{StaticResource ApplicationTitle}"
|
||||
FontSize="Large"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="Center" />
|
||||
</Border>
|
||||
</ContentPage>
|
||||
|
||||
Reference in New Issue
Block a user