kazo0 / SafeAreaExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SafeAreaExample

MainPage.xaml

<Page x:Class="UnoApp8.MainPage"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:local="using:UnoApp8"
      xmlns:utu="using:Uno.Toolkit.UI"
      utu:SafeArea.Insets="Top"
      Background="CornflowerBlue">
    <Grid>
        <TextBlock Text="Hello Uno Platform"
		   VerticalAlignment="Top"
		   HorizontalAlignment="Center" />
    </Grid>
</Page>
Without SafeArea With SafeArea
Screenshot_1708008280 Screenshot_1708008258

About


Languages

Language:C# 90.8%Language:CSS 8.7%Language:JavaScript 0.5%