AdornedElementPlaceholder::Child Property
.NET Framework (current version)
Gets or sets the single child object of this AdornedElementPlaceholder object.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property UIElement^ Child { virtual UIElement^ get(); virtual void set(UIElement^ value); }
Property Value
Type: System.Windows::UIElement^The single child object of this AdornedElementPlaceholder object. The default is null.
.NET Framework
Available since 3.0
Available since 3.0
Show: