Skip to content

Commit 095c315

Browse files
Set CompositionGeometricClip as the default clipping mode
1 parent 7c1da95 commit 095c315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowWin2DXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Color="@[Color:Brush:Black]"
3939
Offset="@[Offset:Vector3:4,4]"
4040
Opacity="@[Opacity:DoubleSlider:1.0:0.0-1.0]"
41-
InnerContentClipMode="@[InnerContentClipMode:Enum:InnerContentClipMode.CompositionMaskBrush]"/>
41+
InnerContentClipMode="@[InnerContentClipMode:Enum:InnerContentClipMode.CompositionGeometricClip]"/>
4242
</ui:Effects.Shadow>
4343
</Rectangle>
4444
<!-- If you want to apply a shadow directly in your visual tree to an untemplated element

0 commit comments

Comments
 (0)