Skip to content

Instantly share code, notes, and snippets.

@olohmann
Created February 12, 2010 19:31
Show Gist options
  • Save olohmann/302897 to your computer and use it in GitHub Desktop.
Save olohmann/302897 to your computer and use it in GitHub Desktop.
<Border Background="White" Margin="10">
<Border.Effect>
<DropShadowEffect/>
</Border.Effect>
<!-- A lot of content -->
</Border>
<Grid>
<Border Background="White" Margin="10">
<Border.Effect>
<DropShadowEffect/>
</Border.Effect>
<!-- No content at all! Just a dummy! -->
</Border>
<Border Background="White" Margin="10" Effect={x:Null}>
<!-- A lot of contents -->
</Border>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment