Skip to content

Instantly share code, notes, and snippets.

@hilapon
Created May 5, 2022 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hilapon/6b4189d9ab652cc2bd366b83ebbd7836 to your computer and use it in GitHub Desktop.
Save hilapon/6b4189d9ab652cc2bd366b83ebbd7836 to your computer and use it in GitHub Desktop.
ContentPage の変更
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MauiApp5.Page1"
Title="Page1">
<StackLayout>
<Label Text="1" FontSize="72" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment