AdornedElementPlaceholder.Child Property

Definition

Gets or sets the single child object of this AdornedElementPlaceholder object.

public:
 virtual property System::Windows::UIElement ^ Child { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public virtual System.Windows.UIElement Child { get; set; }
member this.Child : System.Windows.UIElement with get, set
Public Overridable Property Child As UIElement

Property Value

The single child object of this AdornedElementPlaceholder object. The default is null.

Applies to