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
    Get
    Set
public override UIElement Child { get; set; }
public:
virtual property UIElement^ Child {
    UIElement^ get () override;
    void set (UIElement^ value) override;
}
abstract Child : UIElement with get, set
override Child : UIElement with get, set
override function get Child () : UIElement
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

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture