DesignerView.RootView Property

Returns a ViewItem that represents the DesignerView.

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

Syntax

'Declaration
Public ReadOnly Property RootView As ViewItem
    Get
public ViewItem RootView { get; }
public:
property ViewItem^ RootView {
    ViewItem^ get ();
}
member RootView : ViewItem
function get RootView () : ViewItem

Property Value

Type: Microsoft.Windows.Design.Interaction.ViewItem
A ViewItem that represents the DesignerView.

.NET Framework Security

See Also

Reference

DesignerView Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture