Skip to content

Commit f832e01

Browse files
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows/AttachedShadowCompositionXaml.bind
1 parent 7734adf commit f832e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<ImageBrush ImageSource="ms-appx:///Assets/Photos/Owl.jpg"/>
4646
</Rectangle.Fill>
4747
<ui:Effects.Shadow>
48-
<!-- If doing a rectangular/rounded shadow, set IsMasked to False for better performance -->
48+
<!-- If doing a rectangular/rounded shadow, set IsMasked to False for better performance or switch to AttachedCardShadow -->
4949
<ui:AttachedDropShadow BlurRadius="@[BlurRadius:DoubleSlider:8.0:0.0-10.0]"
5050
CornerRadius="32"
5151
IsMasked="False"

0 commit comments

Comments
 (0)