You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Describe the bug
I can't get the AttachedCardShadow to work in WinUI 3 Windows App SDK 1.0 Preview 3.
Steps to Reproduce
Using Windows App SDK 1.0 Preview 3 and WinUI 3,
And given this XAML:
xmlns:ui="using:CommunityToolkit.WinUI.UI" xmlns:media="using:CommunityToolkit.WinUI.UI.Media"> <Border Height="100" Width="100"> <Border CornerRadius="8" BorderBrush="White" Background="LightGreen" BorderThickness="1"> </Border> <ui:Effects.Shadow> <media:AttachedCardShadow CornerRadius="8" Offset="4,4"/> </ui:Effects.Shadow> </Border>I get the following result:

Alas, no shadow.
Expected behavior
I would expect a shadow to appear
Environment
NuGet Package(s):
Package Version(s):
Windows 10 Build Number:
App min and target version:
Min: 17763
Target: 19041
Device form factor:
Visual Studio version: