|
| Class | Description |
|---|
.gif) | AutoCompleteBox | Represents a control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box. |
.gif) | Border | Draws a border, background, or both around another object. |
.gif) | Button | Represents a button control. |
.gif) | Calendar | Represents a control that enables a user to select a date by using a visual calendar display. |
.gif) | CalendarBlackoutDatesCollection | Represents a collection of non-selectable dates in a Calendar. |
.gif) | CalendarDateChangedEventArgs | Provides data for the DisplayDateChanged event. |
.gif) | CalendarDateRange | Represents a range of dates in a Calendar. |
.gif) | CalendarModeChangedEventArgs | Provides data for the DisplayModeChanged event. |
.gif) | Canvas | Defines an area within which you can explicitly position child objects by using coordinates that are relative to the area. |
.gif) | CheckBox | Represents a control that a user can select (check) or clear (uncheck). |
.gif) | ChildWindow | Provides a window that can be displayed over a parent window and blocks interaction with the parent window. |
.gif) | CleanUpVirtualizedItemEventArgs | Provides data for the CleanUpVirtualizedItemEvent event. |
.gif) | ColumnDefinition | Defines column-specific properties that apply to Grid objects. |
.gif) | ColumnDefinitionCollection | Provides access to an ordered, strongly typed collection of ColumnDefinition objects. |
.gif) | ComboBox | 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. |
.gif) | ComboBoxItem | Represents a selectable item contained in a ComboBox control. |
.gif) | ContentControl | Represents a control with a single piece of content. Controls such as Button, CheckBox, and ScrollViewer directly or indirectly inherit from this class. |
.gif) | ContentPresenter | Displays the content of a ContentPresenter. |
.gif) | Control | Represents the base class for UI elements that use a ControlTemplate to define their appearance. |
.gif) | ControlTemplate | Defines the element tree that is applied as a control template. |
.gif) | DataGrid | Displays data in a customizable grid. |
.gif) | DataGridAutoGeneratingColumnEventArgs | Provides data for the DataGrid..::.AutoGeneratingColumn event. |
.gif) | DataGridBeginningEditEventArgs | Provides data for the DataGrid..::.BeginningEdit event. |
.gif) | DataGridBoundColumn | Represents a DataGrid column that can bind to a property in the grid's data source. |
.gif) | DataGridCell | Represents an individual DataGrid cell. |
.gif) | DataGridCellEditEndedEventArgs | Provides data for the CellEditEnded event. |
.gif) | DataGridCellEditEndingEventArgs | Provides data for the CellEditEnding event. |
.gif) | DataGridCheckBoxColumn | Represents a DataGrid column that hosts CheckBox controls in its cells. |
.gif) | DataGridColumn | Represents a DataGrid column. |
.gif) | DataGridColumnEventArgs | Provides data for DataGrid column-related events. |
.gif) | DataGridColumnReorderingEventArgs | Provides data for the ColumnReordering event. |
.gif) | DataGridLengthConverter | Converts instances of other types to and from DataGridLength instances. |
.gif) | DataGridPreparingCellForEditEventArgs | Provides data for the DataGrid..::.PreparingCellForEdit event. |
.gif) | DataGridRow | Represents a DataGrid row. |
.gif) | DataGridRowDetailsEventArgs | Provides data for the DataGrid..::.LoadingRowDetails, DataGrid..::.UnloadingRowDetails, and DataGrid..::.RowDetailsVisibilityChanged events. |
.gif) | DataGridRowEditEndedEventArgs | Provides data for the RowEditEnded event. |
.gif) | DataGridRowEditEndingEventArgs | Provides data for the RowEditEnding event. |
.gif) | DataGridRowEventArgs | Provides data for DataGrid row-related events. |
.gif) | DataGridRowGroupHeader | Represents the header of a DataGrid row group. |
.gif) | DataGridRowGroupHeaderEventArgs | Provides data for the LoadingRowGroup and UnloadingRowGroup events. |
.gif) | DataGridTemplateColumn | Represents a DataGrid column that hosts template-specified content in its cells. |
.gif) | DataGridTextColumn | Represents a DataGrid column that hosts textual content in its cells. |
.gif) | DataPager | Provides a user interface for paging through a collection of data. |
.gif) | DatePicker | Represents a control that allows the user to select a date. |
.gif) | DatePickerDateValidationErrorEventArgs | Provides data for the DateValidationError event. |
.gif) | DateTimeTypeConverter | Provides a converter to convert DateTime objects to and from other representations. |
.gif) | DescriptionViewer | Displays a description and tracks error state for an associated control. |
.gif) | FocusingInvalidControlEventArgs | Provides data for the FocusingInvalidControl event. |
.gif) | Frame | Represents a control that supports navigation to and from Silverlight pages. |
.gif) | Grid | Defines a flexible grid area that consists of columns and rows. |
.gif) | GridSplitter | Represents a control that redistributes space between the rows of columns of a Grid control. |
.gif) | HeaderedItemsControl | Represents a control that contains a header and collection of items. |
.gif) | HyperlinkButton | Represents a button control that displays a hyperlink. |
.gif) | Image | Represents a control that displays an image. |
.gif) | InkPresenter | Implements a rectangular surface that displays ink strokes. |
.gif) | ItemCollection | Holds the list of items that represent the content of an ItemsControl. |
.gif) | ItemContainerGenerator | Provides mappings between the items of an ItemsControl and their container elements. |
.gif) | ItemsControl | Represents a control that can be used to present a collection of items. |
.gif) | ItemsPanelTemplate | Specifies the panel that the ItemsPresenter creates for the layout of the items of an ItemsControl. |
.gif) | ItemsPresenter | Specifies where items are placed in a control, usually an ItemsControl. |
.gif) | Label | Displays a caption, required field indicator, and validation error indicator for an associated control. |
.gif) | ListBox | Contains a list of selectable items. |
.gif) | ListBoxItem | Represents a selectable item in a ListBox. |
.gif) | MediaElement | Represents an object that contains audio, video, or both. |
.gif) | MultiScaleImage | Enables users to open a multi-resolution image, which can be zoomed in on and panned across. |
.gif) | MultiScaleSubImage | This class holds the properties for each sub-image within the MultiScaleImage. |
.gif) | OpenFileDialog | Provides a dialog box that enables the user to select one or more files. |
.gif) | Page | Encapsulates content that can be navigated to by a Frame. |
.gif) | Panel | Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in Silverlight-based applications. |
.gif) | PasswordBox | Represents a control for entering passwords. |
.gif) | PopulatedEventArgs | Provides data for the AutoCompleteBox..::.Populated event. |
.gif) | PopulatingEventArgs | Provides data for the AutoCompleteBox..::.Populating event. |
.gif) | ProgressBar | Represents a control that indicates the progress of an operation. |
.gif) | RadioButton | Represents a button that allows a user to select a single option from a group of options. |
.gif) | RoutedPropertyChangingEventArgs<(Of <(T>)>) | Provides event data for various routed events that track property values changing. Typically the events denote a cancellable action. |
.gif) | RowDefinition | Defines row-specific properties that apply to Grid elements. |
.gif) | RowDefinitionCollection | Provides access to an ordered, strongly typed collection of RowDefinition objects. |
.gif) | SaveFileDialog | Provides a dialog box that enables the user to specify options for saving a file. |
.gif) | ScrollContentPresenter | Displays the content of a ScrollViewer control. |
.gif) | ScrollViewer | Represents a scrollable area that can contain other visible elements. |
.gif) | SelectedDatesCollection | Represents a set of selected dates in a Calendar. |
.gif) | SelectionChangedEventArgs | Provides data for the SelectionChanged event. |
.gif) | SelectorSelectionAdapter | Represents the selection adapter contained in the drop-down portion of an AutoCompleteBox control. |
.gif) | Slider | Represents a control that lets the user select from a range of values by moving a Thumb control along a track. |
.gif) | StackPanel | Arranges child elements into a single line that can be oriented horizontally or vertically. |
.gif) | TabControl | Represents a control that contains multiple items that share the same space on the screen. |
.gif) | TabItem | Represents a selectable item in a TabControl. |
.gif) | TextBlock | Provides a lightweight control for displaying small amounts of text.. |
.gif) | TextBox | Represents a control that can be used to display single-format, multi-line text. |
.gif) | TextChangedEventArgs | Provides data for the TextChanged event. |
.gif) | ToolTip | Represents a control that creates a pop-up window that displays information for an element in the UI. |
.gif) | ToolTipService | Represents a service that provides static methods to display a tooltip. |
.gif) | TreeView | Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse. |
.gif) | TreeViewItem | Provides a hierarchical selectable item for the TreeView control. |
.gif) | UIElementCollection | Represents an ordered collection of UIElement objects. |
.gif) | UserControl | Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic. |
.gif) | Validation | Provides methods and attached properties that support data validation and govern the visual state of the control. |
.gif) | ValidationError | Represents a validation error that is generated by the binding engine when an exception occurs during target-to-source updates. |
.gif) | ValidationErrorEventArgs | Provides data for the BindingValidationError event. |
.gif) | ValidationSummary | Displays a summary of the validation errors on a form. |
.gif) | ValidationSummaryItem | Represents an individual validation error. |
.gif) | ValidationSummaryItemSource | Represents the source of a ValidationSummaryItem. |
.gif) | VirtualizingPanel | Provides a framework for Panel elements that virtualize their visual children. This is an abstract class. |
.gif) | VirtualizingStackPanel | Arranges and virtualizes content on a single line that is oriented either horizontally or vertically. |