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
- 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