Microsoft.SPOT.Presentation Namespace
The Microsoft.SPOT.Presentation namespace provides classes, a structure, and enumerations you can use to lay out and display graphical user interface (GUI) items — such as a window and its child elements — on a display device screen.
Classes
| Name | Description | |
|---|---|---|
![]() |
PresentationSource | Enables you to work with content from other technologies (sources) as part of interoperational scenarios. |
![]() |
SystemMetrics | Contains a display device screen's dimensions and the number of available colors. |
![]() |
UIElement | Provides programming components you can use to lay out and render graphical user interface (GUI) items such as shapes, images, and controls on a particular region of a display device's screen. |
![]() |
UIElementCollection | Represents an ordered collection of UIElement objects. |
![]() |
Window | Provides members you can use to create, configure, show, and manage windows and dialog boxes in your .NET Micro Framework applications. |
![]() |
WindowManager | Manages windows that are currently open. |
Structures
| Name | Description | |
|---|---|---|
![]() |
UIElementCollection.Enumerator | Enumerates the UIElement objects that are contained in a particular UIElementCollection object. |
Enumerations
| Name | Description | |
|---|---|---|
![]() |
HorizontalAlignment | Specifies a child element's horizontal alignment within its parent element's layout space. |
![]() |
SizeToContent | Specifies how a window should be sized, relative to its contents. |
![]() |
VerticalAlignment | Specifies a child element's vertical alignment within its parent element's layout space. |
![]() |
Visibility | Specifies the current display state of a particular .NET Micro Framework element. |
.png)
.png)
.png)