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

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors