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