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 aa9a7ae commit 7c1da95Copy full SHA for 7c1da95
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowWin2DXaml.bind
@@ -37,7 +37,8 @@
37
CornerRadius="32"
38
Color="@[Color:Brush:Black]"
39
Offset="@[Offset:Vector3:4,4]"
40
- Opacity="@[Opacity:DoubleSlider:1.0:0.0-1.0]"/>
+ Opacity="@[Opacity:DoubleSlider:1.0:0.0-1.0]"
41
+ InnerContentClipMode="@[InnerContentClipMode:Enum:InnerContentClipMode.CompositionMaskBrush]"/>
42
</ui:Effects.Shadow>
43
</Rectangle>
44
<!-- If you want to apply a shadow directly in your visual tree to an untemplated element
0 commit comments