Skip to content

Instantly share code, notes, and snippets.

@Char0394
Last active July 13, 2024 01:31
Show Gist options
  • Save Char0394/c8900650780c2c4be5c3f0d8c6b01a89 to your computer and use it in GitHub Desktop.
Save Char0394/c8900650780c2c4be5c3f0d8c6b01a89 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage >
<VerticalStackLayout>
<Label Text="Medium Bold Label" StyleClass="Small, Bold"/>
<Label Text="Medium Normal Label" StyleClass="Medium, Normal"/>
<Label Text="Small Bold Label" StyleClass="Small, Bold"/>
<Label Text="Small Normal Label" StyleClass="Small, Normal"/>
</VerticalStackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment