Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active January 12, 2020 11:33
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 MartinZikmund/61724b7b2f4cf3dc625caf0fe19fb26f to your computer and use it in GitHub Desktop.
Save MartinZikmund/61724b7b2f4cf3dc625caf0fe19fb26f to your computer and use it in GitHub Desktop.
<Border BackgroundSizing="OuterBorderEdge" BorderThickness="40" CornerRadius="4" BorderBrush="#66000000">
<Border.Background>
<ImageBrush ImageSource="/Assets/sample.jpg" Stretch="UniformToFill" />
</Border.Background>
</Border>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment