-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
WinUI 💠Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behavior
Milestone
Description
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>Alas, no shadow.
Expected behavior
I would expect a shadow to appear
Environment
NuGet Package(s):
Package Version(s):
Windows 10 Build Number:
- [ x] 19043.1320
App min and target version:
Min: 17763
Target: 19041
Device form factor:
- [ x] Desktop
Visual Studio version:
Metadata
Metadata
Assignees
Labels
WinUI 💠Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.bug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behavior



