AdornerContainer.Child Property

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Child As UIElement
'Usage
Dim instance As AdornerContainer
Dim value As UIElement

value = instance.Child

instance.Child = value
public UIElement Child { get; set; }
public:
property UIElement^ Child {
    UIElement^ get ();
    void set (UIElement^ value);
}
/** @property */
public UIElement get_Child ()

/** @property */
public void set_Child (UIElement value)
public function get Child () : UIElement

public function set Child (value : UIElement)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AdornerContainer Class
AdornerContainer Members
Microsoft.Expression.Interactivity.Layout Namespace