AdornerDecorator.Child Property

Definition

Gets or sets the single child of an AdornerDecorator.

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

Property Value

The single child of an AdornerDecorator. This property has no default value.

Remarks

An AdornerDecorator can contain only one child, which is the parent element for the visual tree below the AdornerDecorator.

Applies to