DesignerView.Child Property

Gets or sets the root element of the designer's UI.

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

Syntax

'Declaration
Public Overrides Property Child As UIElement
'Usage
Dim instance As DesignerView 
Dim value As UIElement 

value = instance.Child

instance.Child = value
public override UIElement Child { get; set; }
public:
virtual property UIElement^ Child {
    UIElement^ get () override;
    void set (UIElement^ value) override;
}
public override function get Child () : UIElement 
public override function set Child (value : UIElement)

Property Value

Type: System.Windows.UIElement
The root UIElement of the designer's UI.

.NET Framework Security

See Also

Reference

DesignerView Class

DesignerView Members

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture