Microsoft.SPOT.Presentation Namespace
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Displays and arranges graphical user interface items, such as a window and its child elements.
Classes
Class | 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
Structure | Description | |
---|---|---|
UIElementCollection. . :: . .Enumerator | Enumerates the UIElement objects that are contained in a particular UIElementCollection object. |
Delegates
Delegate | Description | |
---|---|---|
PostRenderEventHandler | This delegate defines the syntax of the handler that is called when a PostRender event is raised. |
Enumerations
Enumeration | 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. |