共用方式為


DesignerView.AdornersVisible 屬性

取得或設定值,這個值表示設計工具檢視上的裝飾項為可見或隱藏的。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property AdornersVisible As Boolean
    Get
    Set
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

其他資源

逐步解說:建立設計階段裝飾項

裝飾項架構