Class PresentationSource
Presentation source is our connection to the rest of the managed system.
Inherited Members
Namespace: nanoFramework.Presentation
Assembly: nanoFramework.Graphics.dll
Syntax
public class PresentationSource : DispatcherObject
Constructors
PresentationSource()
Constructs an instance of the PresentationSource object.
Declaration
public PresentationSource()
Properties
RootUIElement
The Root UIElement for this source.
Declaration
public UIElement RootUIElement { get; set; }
Property Value
Type | Description |
---|---|
UIElement |