We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164eefd commit b34f441Copy full SHA for b34f441
Microsoft.Toolkit.Uwp.UI.Controls.Core/DropShadowPanel/DropShadowPanel.cs
@@ -17,6 +17,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
17
/// The <see cref="DropShadowPanel"/> control allows the creation of a DropShadow for any Xaml FrameworkElement in markup
18
/// making it easier to add shadows to Xaml without having to directly drop down to Windows.UI.Composition APIs.
19
/// </summary>
20
+ [Obsolete("DropShadowPanel will be removed in a future release, please use the AttachedDropShadow or AttachedCardShadow implementations instead.")]
21
[TemplatePart(Name = PartShadow, Type = typeof(Border))]
22
public partial class DropShadowPanel : ContentControl
23
{
0 commit comments