Skip to content

Commit

Permalink
Deprecate DropShadowPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Aug 25, 2021
1 parent 164eefd commit b34f441
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
/// The <see cref="DropShadowPanel"/> control allows the creation of a DropShadow for any Xaml FrameworkElement in markup
/// making it easier to add shadows to Xaml without having to directly drop down to Windows.UI.Composition APIs.
/// </summary>
[Obsolete("DropShadowPanel will be removed in a future release, please use the AttachedDropShadow or AttachedCardShadow implementations instead.")]
[TemplatePart(Name = PartShadow, Type = typeof(Border))]
public partial class DropShadowPanel : ContentControl
{
Expand Down

0 comments on commit b34f441

Please sign in to comment.