Dela via


AdornerProvider.AdornersVisible Property

Gets or sets the visibility of a set of adorners.

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

Syntax

'Declaration
Public Property AdornersVisible As Boolean
'Usage
Dim instance As AdornerProvider 
Dim value As Boolean 

value = instance.AdornersVisible

instance.AdornersVisible = value
public bool AdornersVisible { get; set; }
public:
property bool AdornersVisible {
    bool get ();
    void set (bool value);
}
public function get AdornersVisible () : boolean 
public function set AdornersVisible (value : boolean)

Property Value

Type: System.Boolean
true if the adorners are added to the designer view. false if the adorners are removed from the designer view.

.NET Framework Security

See Also

Reference

AdornerProvider Class

AdornerProvider Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Layout Space and Render Space

Feature Providers and Feature Connectors

Walkthrough: Creating a Design-time Adorner