AdornerProvider.AdornersVisible Property
Gets or sets the visibility of a set of adorners.
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 the adorners are added to the designer view. false if the adorners are removed from the designer view.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace