DesignerView.AdornersVisible 属性

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

获取或设置一个值,该值指示设计器视图上的装饰器是可见的还是隐藏的。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Property AdornersVisible As Boolean
public bool AdornersVisible { get; set; }
public:
property bool AdornersVisible {
    bool get ();
    void set (bool value);
}
member AdornersVisible : bool with get, set
function get AdornersVisible () : boolean
function set AdornersVisible (value : boolean)

属性值

类型:System.Boolean
如果装饰器可见,则为 true;否则为 false。

依赖项属性信息

标识符字段

AdornersVisibleProperty

设置为 true 的元数据属性

.NET Framework 安全性

请参见

参考

DesignerView 类

Microsoft.Windows.Design.Interaction 命名空间

AdornerPanel

其他资源

演练:创建设计时装饰器

装饰器体系结构