We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066428 commit ad5071dCopy full SHA for ad5071d
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Card.xaml
@@ -13,7 +13,7 @@
13
<ControlTemplate.Resources>
14
<converters:ShadowEdgeConverter x:Key="ShadowEdgeConverter" />
15
</ControlTemplate.Resources>
16
- <Grid Margin="{TemplateBinding Margin}" Background="Transparent">
+ <Grid Background="Transparent">
17
<AdornerDecorator CacheMode="{Binding RelativeSource={RelativeSource Self}, Path=(wpf:ShadowAssist.CacheMode)}">
18
<AdornerDecorator.OpacityMask>
19
<MultiBinding Converter="{StaticResource ShadowEdgeConverter}">
0 commit comments