XamlUIPresenter.RootElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the root visual element to draw to the surface.
public:
property UIElement ^ RootElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement RootElement();
void RootElement(UIElement value);
public UIElement RootElement { get; set; }
var uIElement = xamlUIPresenter.rootElement;
xamlUIPresenter.rootElement = uIElement;
Public Property RootElement As UIElement
Property Value
The element to draw.