|
| Class | Description |
|---|
 | Border | Draws a border, background, or both around another object. |
 | Button | Represents a button control. |
 | Canvas | Defines an area within which you can explicitly position child objects by using coordinates that are relative to the area. |
 | CheckBox | Represents a control that a user can select (check) or clear (uncheck). |
 | CleanUpVirtualizedItemEventArgs | Provides data for the CleanUpVirtualizedItemEvent event. |
 | ColumnDefinition | Defines column-specific properties that apply to Grid objects. |
 | ColumnDefinitionCollection | Provides access to an ordered, strongly typed collection of ColumnDefinition objects. |
 | ComboBox | Infrastructure. Represents a selection control that combines a non-editable text box and a drop-down containing a list box that allows users to select an item from a list. |
 | ComboBoxItem | Represents a selectable item contained in a ComboBox control. |
 | ContentChangedEventArgs | Provides data for the ContentChanged event. |
 | ContentControl | Represents a control with a single piece of content. Controls such as Button, CheckBox, and ScrollViewer directly or indirectly inherit from this class. |
 | ContentPresenter | Displays the content of a ContentControl. |
 | Control | |
 | ControlTemplate | Defines the element tree that is applied as a control template. |
 | DrawingSurface | A control that allows you to draw Direct3D graphics onto a region of your page. |
 | DrawingSurfaceBackgroundGrid | A control that allows you to draw Direct3D graphics onto the background of your application. |
 | Frame | Represents a control that supports navigation to and from XAML pages. The Frame class presented here is only a base class for PhoneApplicationFrame. |
 | Grid | Defines a flexible grid area that consists of columns and rows. |
 | HyperlinkButton | Represents a button control that displays a hyperlink. |
 | Image | Represents a control that displays an image in the JPEG or PNG file formats. |
 | InkPresenter | Implements a rectangular surface that displays ink strokes. |
 | ItemCollection | Holds the list of items that represent the content of an ItemsControl. |
 | ItemContainerGenerator | Provides mappings between the items of an ItemsControl and their container elements. |
 | ItemsControl | Represents a control that can be used to present a collection of items. |
 | ItemsPanelTemplate | Specifies the panel that the ItemsPresenter creates for the layout of the items of an ItemsControl. |
 | ItemsPresenter | Specifies where items are placed in a control, usually an ItemsControl. |
 | ListBox | Contains a list of selectable items. |
 | ListBoxItem | Represents a selectable item in a ListBox. |
 | MediaElement | Represents an object that contains audio, video, or both. |
 | MultiScaleImage | Enables users to open a multi-resolution image, which can be zoomed in on and panned across. |
 | MultiScaleSubImage | This class holds the properties for each sub-image within the MultiScaleImage. |
 | Page | Encapsulates content that can be navigated to by a Frame. The Page class presented here is only a base class for PhoneApplicationPage. The constructor is internal. |
 | Panel | Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in Windows Phone applications. |
 | PasswordBox | Represents a control for entering passwords. |
 | ProgressBar | Represents a control that indicates the progress of an operation. |
 | RadioButton | Represents a button that allows a user to select a single option from a group of options. |
 | RichTextBox | Represents a rich text control that displays formatted text, hyperlinks, inline images, and other rich content. |
 | RowDefinition | Defines row-specific properties that apply to Grid elements. |
 | RowDefinitionCollection | Provides access to an ordered, strongly typed collection of RowDefinition objects. |
 | ScrollContentPresenter | Displays the content of a ScrollViewer control. |
 | ScrollViewer | Represents a scrollable area that can contain other visible elements. |
 | SelectionChangedEventArgs | Provides data for the SelectionChanged event. |
 | Slider | Represents a control that lets the user select from a range of values by moving a Thumb control along a track. |
 | StackPanel | Arranges child elements into a single line that can be oriented horizontally or vertically. |
 | TextBlock | Provides a lightweight control for displaying small amounts of text.. |
 | TextBox | Represents a control that can be used to display or edit single-format, multi-line text. |
 | TextChangedEventArgs | Provides data for the TextChanged event. |
 | ToolTip | Infrastructure. Represents a control that creates a pop-up window that displays information for an element in the UI. |
 | ToolTipService | Infrastructure. Represents a service that provides static methods to display a tooltip. |
 | UIElementCollection | Represents an ordered collection of UIElement objects. |
 | UserControl | Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic. |
 | Validation | Provides methods and attached properties that support data validation and govern the visual state of the control. |
 | ValidationError | Represents a validation error that is generated by the binding engine when an exception occurs during target-to-source updates. |
 | ValidationErrorEventArgs | Provides data for the BindingValidationError event. |
 | Viewbox | Defines a content decorator that can stretch and scale a single child to fill the available space. |
 | VirtualizingPanel | Provides a framework for Panel elements that virtualize their visual children. |
 | VirtualizingStackPanel | Arranges and virtualizes content on a single line that is oriented either horizontally or vertically. |