装饰类——wpf

decorator:在元素“周围”设置外边框、背景或者二者。

adorner:在已存在的Visual  “之上”叠加Visual。

AdornerDecorator:为可视化树中其下面的元素提供一个装饰器层。AdornerDecorator 只能包含一个子级,即 AdornerDecorator 下可视化树的父元素。AdornerDecorator 用于设置样式。

命名空间:  System.Windows.Documents
程序集:  PresentationFramework(在 PresentationFramework.dll 中)
用于 XAML 的 XMLNS:http://schemas.microsoft.com/winfx/xaml/presentation
 
 
原文地址:https://www.cnblogs.com/changbaishan/p/4042463.html