RootUIElement Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the logical root UI element of a source of content.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property RootUIElement As UIElement
public UIElement RootUIElement { get; set; }
public:
property UIElement^ RootUIElement {
    UIElement^ get ();
    void set (UIElement^ value);
}
member RootUIElement : UIElement with get, set
function get RootUIElement () : UIElement
function set RootUIElement (value : UIElement)

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .UIElement
A UIElement object that represents the root UI element of the source.

.NET Framework Security

See Also

Reference

PresentationSource Class

Microsoft.SPOT.Presentation Namespace