|
AppBar
AppBar
AppBar
AppBar
|
Represents the container control that holds app UI components for commanding and experiences. For Windows 10, see Remarks.
|
|
AppBarButton
AppBarButton
AppBarButton
AppBarButton
|
Represents a templated button control to be displayed in an AppBar.
|
|
AppBarSeparator
AppBarSeparator
AppBarSeparator
AppBarSeparator
|
Represents a line that separates items in an AppBar or CommandBar.
|
|
AppBarToggleButton
AppBarToggleButton
AppBarToggleButton
AppBarToggleButton
|
Represents a button control that can switch states and be displayed in an AppBar.
|
|
AutoSuggestBox
AutoSuggestBox
AutoSuggestBox
AutoSuggestBox
|
Represents a text control that makes suggestions to users as they type. The app is notified when text has been changed by the user and is responsible for providing relevant suggestions for this control to display.
|
|
AutoSuggestBoxQuerySubmittedEventArgs
AutoSuggestBoxQuerySubmittedEventArgs
AutoSuggestBoxQuerySubmittedEventArgs
AutoSuggestBoxQuerySubmittedEventArgs
|
Provides event data for the AutoSuggestBox.QuerySubmitted event.
|
|
AutoSuggestBoxSuggestionChosenEventArgs
AutoSuggestBoxSuggestionChosenEventArgs
AutoSuggestBoxSuggestionChosenEventArgs
AutoSuggestBoxSuggestionChosenEventArgs
|
Provides data for the SuggestionChosen event.
|
|
AutoSuggestBoxTextChangedEventArgs
AutoSuggestBoxTextChangedEventArgs
AutoSuggestBoxTextChangedEventArgs
AutoSuggestBoxTextChangedEventArgs
|
Provides data for the TextChanged event.
|
|
BackClickEventArgs
BackClickEventArgs
BackClickEventArgs
BackClickEventArgs
|
Provides event data for the SettingsFlyout.BackClick event.
|
|
BitmapIcon
BitmapIcon
BitmapIcon
BitmapIcon
|
Represents an icon that uses a bitmap as its content.
|
|
BitmapIconSource
BitmapIconSource
BitmapIconSource
BitmapIconSource
|
[Contains prerelease APIs.] Represents an icon source that uses a bitmap as its content.
|
|
Border
Border
Border
Border
|
Draws a border, background, or both, around another object.
|
|
Button
Button
Button
Button
|
Represents a templated button control that interprets a Click user interaction.
|
|
CalendarDatePicker
CalendarDatePicker
CalendarDatePicker
CalendarDatePicker
|
Represents a control that allows a user to pick a date from a calendar display.
|
|
CalendarDatePickerDateChangedEventArgs
CalendarDatePickerDateChangedEventArgs
CalendarDatePickerDateChangedEventArgs
CalendarDatePickerDateChangedEventArgs
|
Provides event data for the DateChanged event.
|
|
CalendarView
CalendarView
CalendarView
CalendarView
|
Represents a control that enables a user to select a date by using a visual calendar display.
|
|
CalendarViewDayItem
CalendarViewDayItem
CalendarViewDayItem
CalendarViewDayItem
|
Represents a day on a CalendarView.
|
|
CalendarViewDayItemChangingEventArgs
CalendarViewDayItemChangingEventArgs
CalendarViewDayItemChangingEventArgs
CalendarViewDayItemChangingEventArgs
|
Provides data for the CalendarViewDayItemChanging event.
|
|
CalendarViewSelectedDatesChangedEventArgs
CalendarViewSelectedDatesChangedEventArgs
CalendarViewSelectedDatesChangedEventArgs
CalendarViewSelectedDatesChangedEventArgs
|
Provides data for the SelectedDatesChanged event.
|
|
CandidateWindowBoundsChangedEventArgs
CandidateWindowBoundsChangedEventArgs
CandidateWindowBoundsChangedEventArgs
CandidateWindowBoundsChangedEventArgs
|
Provides event data for the CandidateWindowBoundsChanged event.
|
|
Canvas
Canvas
Canvas
Canvas
|
Defines an area within which you can explicitly position child objects, using coordinates that are relative to the Canvas area.
|
|
CaptureElement
CaptureElement
CaptureElement
CaptureElement
|
Renders a stream from a capture device, such as a camera or webcam. CaptureElement is used in conjunction with the Windows.Media.Capture.MediaCapture API, and must be hooked up in the code behind.
|
|
CheckBox
CheckBox
CheckBox
CheckBox
|
Represents a control that a user can select (check) or clear (uncheck). A CheckBox can also report its value as indeterminate.
|
|
ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
|
Provides event data for the ListViewBase.ChoosingItemContainer event.
|
|
CleanUpVirtualizedItemEventArgs
CleanUpVirtualizedItemEventArgs
CleanUpVirtualizedItemEventArgs
CleanUpVirtualizedItemEventArgs
|
Provides data for the CleanUpVirtualizedItemEvent event.
|
|
ColorChangedEventArgs
ColorChangedEventArgs
ColorChangedEventArgs
ColorChangedEventArgs
|
[Contains prerelease APIs.] Provides event data for the ColorChanged event.
|
|
ColorPicker
ColorPicker
ColorPicker
ColorPicker
|
[Contains prerelease APIs.] Represents a control that lets a user pick a color using a color spectrum, sliders, and text input.
|
|
ColumnDefinition
ColumnDefinition
ColumnDefinition
ColumnDefinition
|
Defines column-specific properties that apply to Grid objects.
|
|
ColumnDefinitionCollection
ColumnDefinitionCollection
ColumnDefinitionCollection
ColumnDefinitionCollection
|
Provides access to an ordered, strongly typed collection of ColumnDefinition objects.
|
|
ComboBox
ComboBox
ComboBox
ComboBox
|
[Contains prerelease APIs.] Represents a selection control that combines a non-editable text box and a drop-down list box that allows users to select an item from a list.
|
|
ComboBoxItem
ComboBoxItem
ComboBoxItem
ComboBoxItem
|
Represents the container for an item in a ComboBox control.
|
|
CommandBar
CommandBar
CommandBar
CommandBar
|
Represents a specialized app bar that provides layout for AppBarButton and related command elements.
|
|
CommandBarOverflowPresenter
CommandBarOverflowPresenter
CommandBarOverflowPresenter
CommandBarOverflowPresenter
|
Displays the overflow content of a CommandBar.
|
|
ContainerContentChangingEventArgs
ContainerContentChangingEventArgs
ContainerContentChangingEventArgs
ContainerContentChangingEventArgs
|
Provides data for the ContainerContentChanging event.
|
|
ContentControl
ContentControl
ContentControl
ContentControl
|
Represents a control with a single piece of content. Controls such as Button, CheckBox, and ScrollViewer directly or indirectly inherit from this class.
|
|
ContentDialog
ContentDialog
ContentDialog
ContentDialog
|
[Contains prerelease APIs.] Represents a dialog box that can be customized to contain checkboxes, hyperlinks, buttons and any other XAML content.
|
|
ContentDialogButtonClickDeferral
ContentDialogButtonClickDeferral
ContentDialogButtonClickDeferral
ContentDialogButtonClickDeferral
|
Represents a deferral that can be used by an app to respond asynchronously to a button click event.
|
|
ContentDialogButtonClickEventArgs
ContentDialogButtonClickEventArgs
ContentDialogButtonClickEventArgs
ContentDialogButtonClickEventArgs
|
Provides data for the button click events.
|
|
ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
ContentDialogClosedEventArgs
|
Provides data for the Closed event.
|
|
ContentDialogClosingDeferral
ContentDialogClosingDeferral
ContentDialogClosingDeferral
ContentDialogClosingDeferral
|
Represents a deferral that can be used by an app to respond asynchronously to the closing event of the ContentDialog.
|
|
ContentDialogClosingEventArgs
ContentDialogClosingEventArgs
ContentDialogClosingEventArgs
ContentDialogClosingEventArgs
|
Provides data for the closing event.
|
|
ContentDialogOpenedEventArgs
ContentDialogOpenedEventArgs
ContentDialogOpenedEventArgs
ContentDialogOpenedEventArgs
|
Provides data for the Opened event.
|
|
ContentPresenter
ContentPresenter
ContentPresenter
ContentPresenter
|
Displays the content of a ContentControl. Can also provide content presentation for non-controls. Provides a base class for specialized presenters such as ScrollContentPresenter.
|
|
Control
Control
Control
Control
|
[Contains prerelease APIs.] Represents the base class for UI elements that use a ControlTemplate to define their appearance. Parent class for ContentControl, UserControl, ItemsControl and several practical controls.
|
|
ControlTemplate
ControlTemplate
ControlTemplate
ControlTemplate
|
Defines the element tree that is used as the control template for a control.
|
|
DataTemplateSelector
DataTemplateSelector
DataTemplateSelector
DataTemplateSelector
|
Enables custom template selection logic at the application level.
|
|
DatePickedEventArgs
DatePickedEventArgs
DatePickedEventArgs
DatePickedEventArgs
|
Provides data for the DatePicked event.
|
|
DatePicker
DatePicker
DatePicker
DatePicker
|
Represents a control that allows a user to pick a date value.
|
|
DatePickerFlyout
DatePickerFlyout
DatePickerFlyout
DatePickerFlyout
|
Represents a control that allows a user to pick a date.
|
|
DatePickerFlyoutItem
DatePickerFlyoutItem
DatePickerFlyoutItem
DatePickerFlyoutItem
|
Represents the container for an item in the DatePickerFlyout control.
|
|
DatePickerFlyoutPresenter
DatePickerFlyoutPresenter
DatePickerFlyoutPresenter
DatePickerFlyoutPresenter
|
Represents a control to allow a user to pick a date.
|
|
DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
|
Provides event data for the DatePicker.DateChanged event.
|
|
DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
|
Provides event data for the DragItemsCompleted event.
|
|
DragItemsStartingEventArgs
DragItemsStartingEventArgs
DragItemsStartingEventArgs
DragItemsStartingEventArgs
|
Provides event data for the DragItemsStarting event.
|
|
DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
DynamicOverflowItemsChangingEventArgs
|
Provides data for the CommandBar.DynamicOverflowItemsChanging event.
|
|
FlipView
FlipView
FlipView
FlipView
|
Represents an items control that displays one item at a time, and enables "flip" behavior for traversing its collection of items.
|
|
FlipViewItem
FlipViewItem
FlipViewItem
FlipViewItem
|
Represents the container for an item in a FlipView control.
|
|
Flyout
Flyout
Flyout
Flyout
|
Represents a control that displays lightweight UI that is either information, or requires user interaction. Unlike a dialog, a Flyout can be light dismissed by clicking or tapping outside of it, pressing the device’s back button, or pressing the ‘Esc’ key.
|
|
FlyoutPresenter
FlyoutPresenter
FlyoutPresenter
FlyoutPresenter
|
Displays the content of a Flyout.
|
|
FocusDisengagedEventArgs
FocusDisengagedEventArgs
FocusDisengagedEventArgs
FocusDisengagedEventArgs
|
Provides data for the FocusDisengaged event.
|
|
FocusEngagedEventArgs
FocusEngagedEventArgs
FocusEngagedEventArgs
FocusEngagedEventArgs
|
Provides data for the FocusEngaged event.
|
|
FontIcon
FontIcon
FontIcon
FontIcon
|
Represents an icon that uses a glyph from the specified font.
|
|
FontIconSource
FontIconSource
FontIconSource
FontIconSource
|
[Contains prerelease APIs.] Represents an icon source that uses a glyph from the specified font.
|
|
Frame
Frame
Frame
Frame
|
Displays Page instances, supports navigation to new pages, and maintains a navigation history to support forward and backward navigation.
|
|
Grid
Grid
Grid
Grid
|
[Contains prerelease APIs.] Defines a flexible grid area that consists of columns and rows. Child elements of the Grid are measured and arranged according to their row/column assignments (set by using Grid.Row and Grid.Column attached properties) and other logic.
|
|
GridView
GridView
GridView
GridView
|
Represents a control that displays data items in rows and columns.
|
|
GridViewItem
GridViewItem
GridViewItem
GridViewItem
|
Represents the container for an item in a GridView control.
|
|
GroupItem
GroupItem
GroupItem
GroupItem
|
Represents the root element for a subtree that is created for a group.
|
|
GroupStyle
GroupStyle
GroupStyle
GroupStyle
|
Describes how to display the grouped items in a collection, such as the collection from GroupItems.
|
|
GroupStyleSelector
GroupStyleSelector
GroupStyleSelector
GroupStyleSelector
|
Enables custom group style selection logic as a function of the parent group and its level.
|
|
Hub
Hub
Hub
Hub
|
Represents a control that displays groups of content in a panning view.
|
|
HubSection
HubSection
HubSection
HubSection
|
Represents a single group of content in a Hub.
|
|
HubSectionCollection
HubSectionCollection
HubSectionCollection
HubSectionCollection
|
Represents an ordered collection of HubSection objects.
|
|
HyperlinkButton
HyperlinkButton
HyperlinkButton
HyperlinkButton
|
Represents a button control that functions as a hyperlink.
|
|
IconElement
IconElement
IconElement
IconElement
|
Represents the base class for an icon UI element.
|
|
IconSource
IconSource
IconSource
IconSource
|
[Contains prerelease APIs.] Represents the base class for an icon source.
|
|
Image
Image
Image
Image
|
Represents a control that displays an image. The image source is specified by referring to an image file, using several supported formats. The image source can also be set with a stream. See Remarks for the list of supported image source formats.
|
|
InkCanvas
InkCanvas
InkCanvas
InkCanvas
|
Defines an area that receives and displays all pen input as either an ink stroke or an erase stroke (input from an eraser tip, or the pen tip when modified with an erase button).
|
|
InkToolbar
InkToolbar
InkToolbar
InkToolbar
|
Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas.
|
|
InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
|
Represents an InkToolbar button that activates the built-in ballpoint pen.
|
|
InkToolbarCustomPen
InkToolbarCustomPen
InkToolbarCustomPen
InkToolbarCustomPen
|
Represents an InkToolbar pen for which the ink color palette and pen tip properties, such as shape, rotation, and size, are defined by the host app.
|
|
InkToolbarCustomPenButton
InkToolbarCustomPenButton
InkToolbarCustomPenButton
InkToolbarCustomPenButton
|
Represents an InkToolbar button that activates a pen for which the ink color palette and pen tip properties, such as shape, rotation, and size, are defined by the host app.
|
|
InkToolbarCustomToggleButton
InkToolbarCustomToggleButton
InkToolbarCustomToggleButton
InkToolbarCustomToggleButton
|
Represents an InkToolbar button that sets the state of an app-defined feature to on or off. When turned on, the feature works in conjunction with the active tool.
|
|
InkToolbarCustomToolButton
InkToolbarCustomToolButton
InkToolbarCustomToolButton
InkToolbarCustomToolButton
|
Represents an InkToolbar button that invokes a non-pen tool, defined by the host app.
|
|
InkToolbarEraserButton
InkToolbarEraserButton
InkToolbarEraserButton
InkToolbarEraserButton
|
Represents an InkToolbar button that activates the built-in eraser tool.
|
|
InkToolbarFlyoutItem
InkToolbarFlyoutItem
InkToolbarFlyoutItem
InkToolbarFlyoutItem
|
Represents an InkToolbar button on a flyout. This item can be a basic button, a radio button, a radio toggle button, or a check box.
|
|
InkToolbarHighlighterButton
InkToolbarHighlighterButton
InkToolbarHighlighterButton
InkToolbarHighlighterButton
|
Represents an InkToolbar toggle button control that activates the built-in highlighter pen.
|
|
InkToolbarIsStencilButtonCheckedChangedEventArgs
InkToolbarIsStencilButtonCheckedChangedEventArgs
InkToolbarIsStencilButtonCheckedChangedEventArgs
InkToolbarIsStencilButtonCheckedChangedEventArgs
|
Provides data for the IsStencilButtonCheckedChanged event.
|
|
InkToolbarPenButton
InkToolbarPenButton
InkToolbarPenButton
InkToolbarPenButton
|
Provides a base class for all built-in and custom pen buttons on an InkToolbar.
|
|
InkToolbarPencilButton
InkToolbarPencilButton
InkToolbarPencilButton
InkToolbarPencilButton
|
Represents an InkToolbar toggle button control that activates the built-in pencil.
|
|
InkToolbarPenConfigurationControl
InkToolbarPenConfigurationControl
InkToolbarPenConfigurationControl
InkToolbarPenConfigurationControl
|
Represents an object used to configure an optional flyout associated with an InkToolbarCustomPenButton. An "extension glyph" is displayed on the button to indicate the existence of the flyout.
|
|
InkToolbarRulerButton
InkToolbarRulerButton
InkToolbarRulerButton
InkToolbarRulerButton
|
Represents an InkToolbar button that sets the state of the built-in ruler tool to on or off.
|
|
InkToolbarStencilButton
InkToolbarStencilButton
InkToolbarStencilButton
InkToolbarStencilButton
|
Represents an InkToolbar button that sets the state of stencil tool to on or off.
|
|
InkToolbarToggleButton
InkToolbarToggleButton
InkToolbarToggleButton
InkToolbarToggleButton
|
Represents an object that provides infrastructure for both built-in and custom toggle buttons on an InkToolbar.
|
|
InkToolbarToolButton
InkToolbarToolButton
InkToolbarToolButton
InkToolbarToolButton
|
Provides a base class for all built-in and custom buttons on an InkToolbar.
|
|
IsTextTrimmedChangedEventArgs
IsTextTrimmedChangedEventArgs
IsTextTrimmedChangedEventArgs
IsTextTrimmedChangedEventArgs
|
[Contains prerelease APIs.] Provides event data for the IsTextTrimmedChanged event.
|
|
ItemClickEventArgs
ItemClickEventArgs
ItemClickEventArgs
ItemClickEventArgs
|
Provides event data for the ItemClick event.
|
|
ItemCollection
ItemCollection
ItemCollection
ItemCollection
|
Holds the list of items that represent the content of an ItemsControl.
|
|
ItemContainerGenerator
ItemContainerGenerator
ItemContainerGenerator
ItemContainerGenerator
|
Provides mappings between the items of an ItemsControl and their container elements.
|
|
ItemsControl
ItemsControl
ItemsControl
ItemsControl
|
Represents a control that can be used to present a collection of items.
|
|
ItemsPanelTemplate
ItemsPanelTemplate
ItemsPanelTemplate
ItemsPanelTemplate
|
Specifies the panel that the ItemsPresenter creates for the layout of the items of an ItemsControl.
|
|
ItemsPickedEventArgs
ItemsPickedEventArgs
ItemsPickedEventArgs
ItemsPickedEventArgs
|
Provides data for the ItemsPicked event.
|
|
ItemsPresenter
ItemsPresenter
ItemsPresenter
ItemsPresenter
|
Specifies where items are placed in a control, usually an ItemsControl.
|
|
ItemsStackPanel
ItemsStackPanel
ItemsStackPanel
ItemsStackPanel
|
Arranges child elements of an ItemsControl into a single line that can be oriented horizontally or vertically. Supports pixel-based UI virtualization and grouped layouts.
|
|
ItemsWrapGrid
ItemsWrapGrid
ItemsWrapGrid
ItemsWrapGrid
|
Positions child elements sequentially from left to right or top to bottom in an ItemsControl that shows multiple items. When elements extend beyond the container edge, elements are positioned in the next row or column. Supports pixel-based UI virtualization and grouped layouts.
|
|
ListBox
ListBox
ListBox
ListBox
|
Presents a list of items the user can select from.
|
|
ListBoxItem
ListBoxItem
ListBoxItem
ListBoxItem
|
Represents the container for an item in a ListBox control.
|
|
ListPickerFlyout
ListPickerFlyout
ListPickerFlyout
ListPickerFlyout
|
Represents a control that allows a user to pick one or more items from a list. See Remarks.
|
|
ListPickerFlyoutPresenter
ListPickerFlyoutPresenter
ListPickerFlyoutPresenter
ListPickerFlyoutPresenter
|
Represents a control that allows a user to pick one or more items from a list. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.)
|
|
ListView
ListView
ListView
ListView
|
Represents a control that displays data items in a vertical stack.
|
|
ListViewBase
ListViewBase
ListViewBase
ListViewBase
|
Provides the infrastructure for the ListView and GridView classes.
|
|
ListViewItem
ListViewItem
ListViewItem
ListViewItem
|
Represents the container for an item in a ListView control.
|
|
ListViewPersistenceHelper
ListViewPersistenceHelper
ListViewPersistenceHelper
ListViewPersistenceHelper
|
Represents a helper class to save and retrieve the relative scroll position of the ListView.
|
|
MediaElement
MediaElement
MediaElement
MediaElement
|
Represents an object that renders audio and video to the display. See Remarks.
|
|
MediaPlayerElement
MediaPlayerElement
MediaPlayerElement
MediaPlayerElement
|
Represents an object that uses a MediaPlayer to render audio and video to the display.
|
|
MediaPlayerPresenter
MediaPlayerPresenter
MediaPlayerPresenter
MediaPlayerPresenter
|
Represents an object that displays a MediaPlayer.
|
|
MediaTransportControls
MediaTransportControls
MediaTransportControls
MediaTransportControls
|
[Contains prerelease APIs.] Represents the playback controls for a media player element.
|
|
MediaTransportControlsHelper
MediaTransportControlsHelper
MediaTransportControlsHelper
MediaTransportControlsHelper
|
Provides properties and methods to customize media transport controls.
|
|
NavigationView
NavigationView
NavigationView
NavigationView
|
[Contains prerelease APIs.] Represents a container that enables navigation of app content. It has a header, a view for the main content, and a menu pane for navigation commands.
|
|
NavigationViewDisplayModeChangedEventArgs
NavigationViewDisplayModeChangedEventArgs
NavigationViewDisplayModeChangedEventArgs
NavigationViewDisplayModeChangedEventArgs
|
[Contains prerelease APIs.] Provides data for the NavigationView.DisplayModeChanged event.
|
|
NavigationViewItem
NavigationViewItem
NavigationViewItem
NavigationViewItem
|
[Contains prerelease APIs.] Represents the container for an item in a NavigationView control.
|
|
NavigationViewItemBase
NavigationViewItemBase
NavigationViewItemBase
NavigationViewItemBase
|
[Contains prerelease APIs.] Base class for NavigationView menu items.
|
|
NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
NavigationViewItemInvokedEventArgs
|
[Contains prerelease APIs.] Provides event data for the NavigationView.ItemInvoked event.
|
|
NavigationViewItemSeparator
NavigationViewItemSeparator
NavigationViewItemSeparator
NavigationViewItemSeparator
|
[Contains prerelease APIs.] Represents a line that separates menu items in a NavigationMenu.
|
|
NavigationViewList
NavigationViewList
NavigationViewList
NavigationViewList
|
[Contains prerelease APIs.] Represents a control that displays menu items in a NavigationView control.
|
|
NavigationViewSelectionChangedEventArgs
NavigationViewSelectionChangedEventArgs
NavigationViewSelectionChangedEventArgs
NavigationViewSelectionChangedEventArgs
|
[Contains prerelease APIs.] Provides data for the NavigationView.SelectionChanged event.
|
|
NotifyEventArgs
NotifyEventArgs
NotifyEventArgs
NotifyEventArgs
|
Provides data for the ScriptNotify event.
|
|
Page
Page
Page
Page
|
Represents content that a Frame control can navigate to.
|
|
Panel
Panel
Panel
Panel
|
Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in a UI page.
|
|
ParallaxView
ParallaxView
ParallaxView
ParallaxView
|
[Contains prerelease APIs.] Represents a container that ties the scroll position of a foreground element, such as a list, to a background element, such as an image. As you scroll through the foreground element, it animates the background element to create a parallax effect.
|
|
PasswordBox
PasswordBox
PasswordBox
PasswordBox
|
[Contains prerelease APIs.] Represents a control for entering passwords.
|
|
PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
PasswordBoxPasswordChangingEventArgs
|
[Contains prerelease APIs.] Provides event data for the PasswordBox.PasswordChanging event.
|
|
PathIcon
PathIcon
PathIcon
PathIcon
|
Represents an icon that uses a vector path as its content.
|
|
PathIconSource
PathIconSource
PathIconSource
PathIconSource
|
[Contains prerelease APIs.] Represents an icon source that uses a vector path as its content.
|
|
PersonPicture
PersonPicture
PersonPicture
PersonPicture
|
[Contains prerelease APIs.] Represents a control that displays the avatar image for a person, if one is available; if not, it displays the person's initials or a generic glyph.
|
|
PickerConfirmedEventArgs
PickerConfirmedEventArgs
PickerConfirmedEventArgs
PickerConfirmedEventArgs
|
Provides data for the PickerConfirmed event.
|
|
PickerFlyout
PickerFlyout
PickerFlyout
PickerFlyout
|
Represents a custom picker control. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.)
|
|
PickerFlyoutPresenter
PickerFlyoutPresenter
PickerFlyoutPresenter
PickerFlyoutPresenter
|
Represents a custom picker. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.)
|
|
Pivot
Pivot
Pivot
Pivot
|
Represents a control that provides quick navigation of views within an app.
|
|
PivotItem
PivotItem
PivotItem
PivotItem
|
Represents the container for an item in a Pivot control.
|
|
PivotItemEventArgs
PivotItemEventArgs
PivotItemEventArgs
PivotItemEventArgs
|
Event arguments for dynamically interacting with the PivotItem before use, allowing for delay load scenarios.
|
|
ProgressBar
ProgressBar
ProgressBar
ProgressBar
|
Represents a control that indicates the progress of an operation, where the typical visual appearance is a bar that animates a filled area as progress continues.
|
|
ProgressRing
ProgressRing
ProgressRing
ProgressRing
|
Represents a control that indicates that an operation is ongoing. The typical visual appearance is a ring-shaped "spinner" that cycles an animation as progress continues.
|
|
RadioButton
RadioButton
RadioButton
RadioButton
|
Represents a button that allows a user to select a single option from a group of options.
|
|
RatingControl
RatingControl
RatingControl
RatingControl
|
[Contains prerelease APIs.] Represents a control that lets a user enter a star rating.
|
|
RatingItemFontInfo
RatingItemFontInfo
RatingItemFontInfo
RatingItemFontInfo
|
[Contains prerelease APIs.] Represents information about the visual states of font elements that represent a rating.
|
|
RatingItemImageInfo
RatingItemImageInfo
RatingItemImageInfo
RatingItemImageInfo
|
[Contains prerelease APIs.] Represents information about the visual states of image elements that represent a rating.
|
|
RatingItemInfo
RatingItemInfo
RatingItemInfo
RatingItemInfo
|
[Contains prerelease APIs.] Represents information about the visual states of the elements that represent a rating.
|
|
RelativePanel
RelativePanel
RelativePanel
RelativePanel
|
Defines an area within which you can position and align child objects in relation to each other or the parent panel.
|
|
RichEditBox
RichEditBox
RichEditBox
RichEditBox
|
[Contains prerelease APIs.] Represents a rich text editing control that supports formatted text, hyperlinks, and other rich content.
|
|
RichEditBoxTextChangingEventArgs
RichEditBoxTextChangingEventArgs
RichEditBoxTextChangingEventArgs
RichEditBoxTextChangingEventArgs
|
Provides event data for the RichEditBox.TextChanging event.
|
|
RichTextBlock
RichTextBlock
RichTextBlock
RichTextBlock
|
[Contains prerelease APIs.] Represents a rich text display container that supports formatted text, hyperlinks, inline images, and other rich content. RichTextBlock supports a built-in overflow model.
|
|
RichTextBlockOverflow
RichTextBlockOverflow
RichTextBlockOverflow
RichTextBlockOverflow
|
[Contains prerelease APIs.] Represents a rich text display overflow container. This element cannot have direct content. The only purpose of RichTextBlockOverflow is to display text content that does not fit in the bounds of a RichTextBlock or another RichTextBlockOverflow element.
|
|
RowDefinition
RowDefinition
RowDefinition
RowDefinition
|
Defines row-specific properties that apply to Grid elements.
|
|
RowDefinitionCollection
RowDefinitionCollection
RowDefinitionCollection
RowDefinitionCollection
|
Provides access to an ordered, strongly typed collection of RowDefinition objects.
|
|
ScrollContentPresenter
ScrollContentPresenter
ScrollContentPresenter
ScrollContentPresenter
|
Displays the content of a ScrollViewer control.
|
|
ScrollViewer
ScrollViewer
ScrollViewer
ScrollViewer
|
Represents a scrollable area that can contain other visible elements.
|
|
ScrollViewerView
ScrollViewerView
ScrollViewerView
ScrollViewerView
|
Provides a view for a ScrollViewer when its view is changing.
|
|
ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
ScrollViewerViewChangedEventArgs
|
Provides event data for the ViewChanged event and similar control-specific events.
|
|
ScrollViewerViewChangingEventArgs
ScrollViewerViewChangingEventArgs
ScrollViewerViewChangingEventArgs
ScrollViewerViewChangingEventArgs
|
Provides event data for the ViewChanging event and similar control-specific events.
|
|
SearchBox
SearchBox
SearchBox
SearchBox
|
Represents a control that can be used to enter search query text. (Not recommended for Universal Windows Platform (UWP) apps. See AutoSuggestBox.)
|
|
SearchBoxQueryChangedEventArgs
SearchBoxQueryChangedEventArgs
SearchBoxQueryChangedEventArgs
SearchBoxQueryChangedEventArgs
|
Provides event data for the SearchBox.QueryChanged event.
|
|
SearchBoxQuerySubmittedEventArgs
SearchBoxQuerySubmittedEventArgs
SearchBoxQuerySubmittedEventArgs
SearchBoxQuerySubmittedEventArgs
|
Provides event data for the SearchBox.QuerySubmitted event.
|
|
SearchBoxResultSuggestionChosenEventArgs
SearchBoxResultSuggestionChosenEventArgs
SearchBoxResultSuggestionChosenEventArgs
SearchBoxResultSuggestionChosenEventArgs
|
Provides event data for the SearchBox.ResultSuggestionChosen event.
|
|
SearchBoxSuggestionsRequestedEventArgs
SearchBoxSuggestionsRequestedEventArgs
SearchBoxSuggestionsRequestedEventArgs
SearchBoxSuggestionsRequestedEventArgs
|
Provides event data for the SearchBox.SuggestionsRequested event.
|
|
SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
|
Provides data for the Hub.SectionsInViewChanged event.
|
|
SelectionChangedEventArgs
SelectionChangedEventArgs
SelectionChangedEventArgs
SelectionChangedEventArgs
|
Provides data for the SelectionChanged event.
|
|
SemanticZoom
SemanticZoom
SemanticZoom
SemanticZoom
|
Represents a scrollable control that incorporates two views that have a semantic relationship. For example, the ZoomedOutView might be an index of titles, and the ZoomedInView might include details and summaries for each of the title entries. Views can be changed using zoom or other interactions.
|
|
SemanticZoomLocation
SemanticZoomLocation
SemanticZoomLocation
SemanticZoomLocation
|
Communicates information for items and view state in a SemanticZoom, such that hosts for scrolling and virtualization (such as ListViewBase ) can get correct item and bounds information.
|
|
SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
SemanticZoomViewChangedEventArgs
|
Provides event data for the ViewChangeStarted and ViewChangeCompleted events.
|
|
SettingsFlyout
SettingsFlyout
SettingsFlyout
SettingsFlyout
|
Represents a control that provides in-context access to settings that affect the current app. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.)
|
|
Slider
Slider
Slider
Slider
|
Represents a control that lets the user select from a range of values by moving a Thumb control along a track.
|
|
SplitView
SplitView
SplitView
SplitView
|
[Contains prerelease APIs.] Represents a container with two views; one view for the main content and another view that is typically used for navigation commands.
|
|
SplitViewPaneClosingEventArgs
SplitViewPaneClosingEventArgs
SplitViewPaneClosingEventArgs
SplitViewPaneClosingEventArgs
|
Provides event data for the SplitView.PaneClosing event.
|
|
StackPanel
StackPanel
StackPanel
StackPanel
|
[Contains prerelease APIs.] Arranges child elements into a single line that can be oriented horizontally or vertically.
|
|
StyleSelector
StyleSelector
StyleSelector
StyleSelector
|
Enables custom item style selection logic as a function of the content data and its specific item container.
|
|
SwapChainBackgroundPanel
SwapChainBackgroundPanel
SwapChainBackgroundPanel
SwapChainBackgroundPanel
|
Implements a XAML layout surface target for Microsoft DirectX interoperation scenarios. This panel has some atypical restrictions on its usage within an app window; see Remarks.
|
|
SwapChainPanel
SwapChainPanel
SwapChainPanel
SwapChainPanel
|
Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.
|
|
SwipeControl
SwipeControl
SwipeControl
SwipeControl
|
[Contains prerelease APIs.] Represents a container that provides access to contextual commands through touch interactions.
|
|
SwipeItem
SwipeItem
SwipeItem
SwipeItem
|
[Contains prerelease APIs.] Represents an individual command in a SwipeControl.
|
|
SwipeItemInvokedEventArgs
SwipeItemInvokedEventArgs
SwipeItemInvokedEventArgs
SwipeItemInvokedEventArgs
|
[Contains prerelease APIs.] Provides event data for the SwipeItem.Invoked event.
|
|
SwipeItems
SwipeItems
SwipeItems
SwipeItems
|
[Contains prerelease APIs.] Represents a collection of SwipeItem objects.
|
|
SymbolIcon
SymbolIcon
SymbolIcon
SymbolIcon
|
Represents an icon that uses a glyph from the Segoe MDL2 Assets font as its content.
|
|
SymbolIconSource
SymbolIconSource
SymbolIconSource
SymbolIconSource
|
[Contains prerelease APIs.] Represents an icon source that uses a glyph from the Segoe MDL2 Assets font as its content.
|
|
TextBlock
TextBlock
TextBlock
TextBlock
|
[Contains prerelease APIs.] Provides a lightweight control for displaying small amounts of text.
|
|
TextBox
TextBox
TextBox
TextBox
|
[Contains prerelease APIs.] Represents a control that can be used to display and edit plain text (single or multi-line).
|
|
TextBoxBeforeTextChangingEventArgs
TextBoxBeforeTextChangingEventArgs
TextBoxBeforeTextChangingEventArgs
TextBoxBeforeTextChangingEventArgs
|
[Contains prerelease APIs.] Provides event data for the TextBox.BeforeTextChanging event.
|
|
TextBoxTextChangingEventArgs
TextBoxTextChangingEventArgs
TextBoxTextChangingEventArgs
TextBoxTextChangingEventArgs
|
Provides event data for the TextBox.TextChanging event.
|
|
TextChangedEventArgs
TextChangedEventArgs
TextChangedEventArgs
TextChangedEventArgs
|
Provides data for the TextChanged event.
|
|
TextCompositionChangedEventArgs
TextCompositionChangedEventArgs
TextCompositionChangedEventArgs
TextCompositionChangedEventArgs
|
Provides event data for the TextCompositionChanged event on TextBox and RichEditBox.
|
|
TextCompositionEndedEventArgs
TextCompositionEndedEventArgs
TextCompositionEndedEventArgs
TextCompositionEndedEventArgs
|
Provides event data for the TextCompositionEnded event on TextBox and RichEditBox.
|
|
TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
TextCompositionStartedEventArgs
|
Provides event data for the TextCompositionStarted event on TextBox and RichEditBox.
|
|
TextControlCopyingToClipboardEventArgs
TextControlCopyingToClipboardEventArgs
TextControlCopyingToClipboardEventArgs
TextControlCopyingToClipboardEventArgs
|
[Contains prerelease APIs.] Provides event data for the CopyingToClipboard event.
|
|
TextControlCuttingToClipboardEventArgs
TextControlCuttingToClipboardEventArgs
TextControlCuttingToClipboardEventArgs
TextControlCuttingToClipboardEventArgs
|
[Contains prerelease APIs.] Provides event data for the CuttingToClipboard event.
|
|
TextControlPasteEventArgs
TextControlPasteEventArgs
TextControlPasteEventArgs
TextControlPasteEventArgs
|
Provides data for the text control Paste event.
|
|
TimePickedEventArgs
TimePickedEventArgs
TimePickedEventArgs
TimePickedEventArgs
|
Provides data for the TimePicked event.
|
|
TimePicker
TimePicker
TimePicker
TimePicker
|
Represents a control that allows a user to pick a time value.
|
|
TimePickerFlyout
TimePickerFlyout
TimePickerFlyout
TimePickerFlyout
|
Represents a control that allows a user to pick a time value.
|
|
TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
|
Represents the visual container for the TimePickerFlyout.
|
|
TimePickerValueChangedEventArgs
TimePickerValueChangedEventArgs
TimePickerValueChangedEventArgs
TimePickerValueChangedEventArgs
|
Provides event data for the TimePicker.TimeChanged event.
|
|
ToggleSwitch
ToggleSwitch
ToggleSwitch
ToggleSwitch
|
Represents a switch that can be toggled between two states.
|
|
ToolTip
ToolTip
ToolTip
ToolTip
|
Represents a control that creates a pop-up window that displays information for an element in the UI.
|
|
ToolTipService
ToolTipService
ToolTipService
ToolTipService
|
Represents a service that provides static methods to display a ToolTip.
|
|
UIElementCollection
UIElementCollection
UIElementCollection
UIElementCollection
|
Represents an ordered collection of UIElement objects.
|
|
UserControl
UserControl
UserControl
UserControl
|
Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic.
|
|
VariableSizedWrapGrid
VariableSizedWrapGrid
VariableSizedWrapGrid
VariableSizedWrapGrid
|
Provides a grid-style layout panel where each tile/cell can be variable size based on content.
|
|
Viewbox
Viewbox
Viewbox
Viewbox
|
Defines a content decorator that can stretch and scale a single child to fill the available space.
|
|
VirtualizingPanel
VirtualizingPanel
VirtualizingPanel
VirtualizingPanel
|
Provides a framework for Panel elements that virtualize their visual children.
|
|
VirtualizingStackPanel
VirtualizingStackPanel
VirtualizingStackPanel
VirtualizingStackPanel
|
Arranges and virtualizes content on a single line that is oriented either horizontally or vertically. Can only be used to display items in an ItemsControl.
|
|
WebView
WebView
WebView
WebView
|
Provides a control that hosts HTML content in an app.
|
|
WebViewBrush
WebViewBrush
WebViewBrush
WebViewBrush
|
Provides a brush that renders the content that is currently hosted in a WebView control.
|
|
WebViewContentLoadingEventArgs
WebViewContentLoadingEventArgs
WebViewContentLoadingEventArgs
WebViewContentLoadingEventArgs
|
Provides data for the WebView.ContentLoading event.
|
|
WebViewDeferredPermissionRequest
WebViewDeferredPermissionRequest
WebViewDeferredPermissionRequest
WebViewDeferredPermissionRequest
|
Represents a deferred request for permissions in a WebView.
|
|
WebViewDOMContentLoadedEventArgs
WebViewDOMContentLoadedEventArgs
WebViewDOMContentLoadedEventArgs
WebViewDOMContentLoadedEventArgs
|
Provides data for the DOMContentLoaded event.
|
|
WebViewLongRunningScriptDetectedEventArgs
WebViewLongRunningScriptDetectedEventArgs
WebViewLongRunningScriptDetectedEventArgs
WebViewLongRunningScriptDetectedEventArgs
|
Provides data for the WebView.LongRunningScriptDetected event.
|
|
WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
WebViewNavigationCompletedEventArgs
|
Provides data for the WebView.NavigationCompleted and FrameNavigationCompleted events.
|
|
WebViewNavigationFailedEventArgs
WebViewNavigationFailedEventArgs
WebViewNavigationFailedEventArgs
WebViewNavigationFailedEventArgs
|
Provides data for the WebView.NavigationFailed event.
|
|
WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
|
Provides data for the WebView.NavigationStarting and FrameNavigationStarting events.
|
|
WebViewNewWindowRequestedEventArgs
WebViewNewWindowRequestedEventArgs
WebViewNewWindowRequestedEventArgs
WebViewNewWindowRequestedEventArgs
|
Provides data for the WebView.NewWindowRequested event.
|
|
WebViewPermissionRequest
WebViewPermissionRequest
WebViewPermissionRequest
WebViewPermissionRequest
|
Represents a request for permissions in a WebView.
|
|
WebViewPermissionRequestedEventArgs
WebViewPermissionRequestedEventArgs
WebViewPermissionRequestedEventArgs
WebViewPermissionRequestedEventArgs
|
Provides event data for the WebView.PermissionRequested event.
|
|
WebViewSettings
WebViewSettings
WebViewSettings
WebViewSettings
|
Defines properties that enable or disable WebView features.
|
|
WebViewUnsupportedUriSchemeIdentifiedEventArgs
WebViewUnsupportedUriSchemeIdentifiedEventArgs
WebViewUnsupportedUriSchemeIdentifiedEventArgs
WebViewUnsupportedUriSchemeIdentifiedEventArgs
|
Provides data for the WebView.UnsupportedUriSchemeIdentified event.
|
|
WebViewUnviewableContentIdentifiedEventArgs
WebViewUnviewableContentIdentifiedEventArgs
WebViewUnviewableContentIdentifiedEventArgs
WebViewUnviewableContentIdentifiedEventArgs
|
Provides data for the WebView.UnviewableContentIdentified event.
|
|
WrapGrid
WrapGrid
WrapGrid
WrapGrid
|
Positions child elements sequentially from left to right or top to bottom. When elements extend beyond the container edge, elements are positioned in the next row or column. Can only be used to display items in an ItemsControl. See Remarks.
|