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 7c1da95 commit 095c315Copy full SHA for 095c315
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowWin2DXaml.bind
@@ -38,7 +38,7 @@
38
Color="@[Color:Brush:Black]"
39
Offset="@[Offset:Vector3:4,4]"
40
Opacity="@[Opacity:DoubleSlider:1.0:0.0-1.0]"
41
- InnerContentClipMode="@[InnerContentClipMode:Enum:InnerContentClipMode.CompositionMaskBrush]"/>
+ InnerContentClipMode="@[InnerContentClipMode:Enum:InnerContentClipMode.CompositionGeometricClip]"/>
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