AdornerPanel.View Property
Gets or sets the adorner panel's associated view.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property View As ViewItem
Get
public ViewItem View { get; }
public:
property ViewItem^ View {
ViewItem^ get ();
}
member View : ViewItem
function get View () : ViewItem
Property Value
Type: Microsoft.Windows.Design.Interaction.ViewItem
A ViewItem that represents the associated view.
Remarks
If View is not nulla null reference (Nothing in Visual Basic), the adorner panel layout matches the bounds of the view. If View is nulla null reference (Nothing in Visual Basic), the adorner panel is not arranged during layout.
.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