Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created November 8, 2021 14:03
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/71ec834b1fbe888346603f21d7add53d to your computer and use it in GitHub Desktop.
Save lgolubyev/71ec834b1fbe888346603f21d7add53d to your computer and use it in GitHub Desktop.
<ResourceDictionary>
<Style TargetType="StackLayout">
<Setter Property="Spacing" Value="6"/>
</Style><Style TargetType="Grid">
<Setter Property="ColumnSpacing" Value="6"/>
<Setter Property="RowSpacing" Value="6"/>
</Style>
</ResourceDictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment