Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 24, 2022 11:16
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 lgolubyev/eeddd57fec673ad350629afceb83850f to your computer and use it in GitHub Desktop.
Save lgolubyev/eeddd57fec673ad350629afceb83850f to your computer and use it in GitHub Desktop.
<Border
Grid.Row="2"
Padding="16,8"
Stroke="{StaticResource PrimaryBrush}"
Background="#2B0B98"
StrokeThickness="4"
HorizontalOptions="Center">
<Border.StrokeShape>
<RoundRectangle CornerRadius="40,0,0,40"/>
</Border.StrokeShape>
<Label
Text=".NET MAUI Preview: 9"
FontSize="18"
FontAttributes="Bold"
TextColor="White"
x:Name="CounterLabel" />
</Border>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment