Microsoft.SPOT.Presentation.Controls Namespace
Contains types for creating elements (controls) that enable a user to interact with an application.
Classes
Name | Description | |
---|---|---|
Border | Draws a border around another user interface element. | |
Canvas | Defines an area, or canvas, within which you can explicitly position child elements by using coordinates that are relative to the upper-left corner of the canvas. | |
ContentControl | Constitutes the base class for all controls that contain a single piece of content. This is not an abstract class. | |
Control | Constitutes the base class for all user interface elements. | |
Image | Displays a bitmap image. | |
ListBox | Implements a list of selectable items. | |
ListBoxItem | Implements a selectable item inside a ListBox object. | |
ListBoxItemCollection | Contains a group of ListBoxItem objects. | |
Panel | Constitutes a base class for all panel elements. | |
ScrollChangedEventArgs | Describes a change in the scrolling state and contains the required arguments for a ScrollChanged event. | |
ScrollViewer | Defines the characteristics and functionality of a scrollable area (on a display device) that can contain other visible elements. | |
SelectionChangedEventArgs | Provides data for an occurrence of the SelectionChanged event. | |
StackPanel | Arranges child elements (child objects) in a single line that can be oriented either horizontally or vertically. | |
Text | Displays a block of text. | |
TextFlow | Provides members that control how text flows on the display device (screen). | |
TextRun | Provides members you can use to create and work with a text run, which is a string of characters that share a single property set. | |
TextRunCollection | Provides methods and properties that enable you to work with groups, or collections, of TextRun objects. |
Delegates
Name | Description | |
---|---|---|
ScrollChangedEventHandler | Handles a ScrollChanged event. | |
SelectionChangedEventHandler | Handles a SelectionChanged event. |
Enumerations
Name | Description | |
---|---|---|
Orientation | Specifies the layout orientation for controls that manage the layout of other user interface elements. | |
ScrollingStyle | Specifies how a control, such as a ScrollViewer object, scrolls. |