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