Microsoft.SPOT.Presentation.Controls Namespace

Contains types for creating elements (controls) that enable a user to interact with an application.

Classes

Name Description
Public Class Border Draws a border around another user interface element.
Public Class 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.
Public Class ContentControl Constitutes the base class for all controls that contain a single piece of content. This is not an abstract class.
Public Class Control Constitutes the base class for all user interface elements.
Public Class Image Displays a bitmap image.
Public Class ListBox Implements a list of selectable items.
Public Class ListBoxItem Implements a selectable item inside a ListBox object.
Public Class ListBoxItemCollection Contains a group of ListBoxItem objects.
Public Class Panel Constitutes a base class for all panel elements.
Public Class ScrollChangedEventArgs Describes a change in the scrolling state and contains the required arguments for a ScrollChanged event.
Public Class ScrollViewer Defines the characteristics and functionality of a scrollable area (on a display device) that can contain other visible elements.
Public Class SelectionChangedEventArgs Provides data for an occurrence of the SelectionChanged event.
Public Class StackPanel Arranges child elements (child objects) in a single line that can be oriented either horizontally or vertically.
Public Class Text Displays a block of text.
Public Class TextFlow Provides members that control how text flows on the display device (screen).
Public Class 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.
Public Class TextRunCollection Provides methods and properties that enable you to work with groups, or collections, of TextRun objects.

Delegates

Name Description
Public Delegate ScrollChangedEventHandler Handles a ScrollChanged event.
Public Delegate SelectionChangedEventHandler Handles a SelectionChanged event.

Enumerations

Name Description
Public Enumeration Orientation Specifies the layout orientation for controls that manage the layout of other user interface elements.
Public Enumeration ScrollingStyle Specifies how a control, such as a ScrollViewer object, scrolls.