AdornedElementPlaceholder.AdornedElement Property

Definition

Gets the UIElement that this AdornedElementPlaceholder object is reserving space for.

public:
 property System::Windows::UIElement ^ AdornedElement { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement AdornedElement { get; }
member this.AdornedElement : System.Windows.UIElement
Public ReadOnly Property AdornedElement As UIElement

Property Value

The UIElement that this AdornedElementPlaceholder object is reserving space for. The default is null.

Applies to