Skip to content

Commit b34f441

Browse files
Deprecate DropShadowPanel
1 parent 164eefd commit b34f441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/DropShadowPanel/DropShadowPanel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
1717
/// The <see cref="DropShadowPanel"/> control allows the creation of a DropShadow for any Xaml FrameworkElement in markup
1818
/// making it easier to add shadows to Xaml without having to directly drop down to Windows.UI.Composition APIs.
1919
/// </summary>
20+
[Obsolete("DropShadowPanel will be removed in a future release, please use the AttachedDropShadow or AttachedCardShadow implementations instead.")]
2021
[TemplatePart(Name = PartShadow, Type = typeof(Border))]
2122
public partial class DropShadowPanel : ContentControl
2223
{

0 commit comments

Comments
 (0)