DesignerView.AdornersVisible Property

Gets or sets a value that indicates whether the adorners on the designer view are visible or hidden.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if adorners are visible; otherwise, false.

Dependency Property Information

Identifier field

AdornersVisibleProperty

Metadata properties set to true

.NET Framework Security

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture