Windows.UI.Xaml.Controls Namespace
Provides UI controls and classes that support existing and custom controls.
Classes
AnchorRequestedEventArgs |
Provides data for the ScrollViewer.AnchorRequested event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AnchorRequestedEventArgs. |
AppBar |
Represents the container control that holds app UI components for commanding and experiences. For Windows 10, see Remarks. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AppBar. |
AppBarButton |
Represents a templated button control to be displayed in an AppBar. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AppBarButton. |
AppBarElementContainer |
Represents a container that allows an element that doesn't implement ICommandBarElement to be displayed in a command bar. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AppBarElementContainer. |
AppBarSeparator |
Represents a line that separates items in an AppBar or CommandBar. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AppBarSeparator. |
AppBarToggleButton |
Represents a button control that can switch states and be displayed in an AppBar. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AppBarToggleButton. |
AutoSuggestBox |
Represents a text control that makes suggestions to users as they enter text using a keyboard or pen (using ink and handwriting recognition). The app is notified when text has been changed by the user and is responsible for providing relevant suggestions for this control to display. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AutoSuggestBox. |
AutoSuggestBoxQuerySubmittedEventArgs |
Provides event data for the AutoSuggestBox.QuerySubmitted event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AutoSuggestBoxQuerySubmittedEventArgs. |
AutoSuggestBoxSuggestionChosenEventArgs |
Provides data for the SuggestionChosen event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AutoSuggestBoxSuggestionChosenEventArgs. |
AutoSuggestBoxTextChangedEventArgs |
Provides data for the TextChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.AutoSuggestBoxTextChangedEventArgs. |
BackClickEventArgs |
Provides event data for the SettingsFlyout.BackClick event. |
BitmapIcon |
Represents an icon that uses a bitmap as its content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.BitmapIcon. |
BitmapIconSource |
Represents an icon source that uses a bitmap as its content. |
Border |
Draws a border, background, or both, around another object. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Border. |
Button |
Represents a templated button control that interprets a Click user interaction. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Button. |
CalendarDatePicker |
Represents a control that allows a user to pick a date from a calendar display. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarDatePicker. |
CalendarDatePickerDateChangedEventArgs |
Provides event data for the DateChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarDatePickerDateChangedEventArgs. |
CalendarView |
Represents a control that enables a user to select a date by using a visual calendar display. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarView. |
CalendarViewDayItem |
Represents a day on a CalendarView. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarViewDayItem. |
CalendarViewDayItemChangingEventArgs |
Provides data for the CalendarViewDayItemChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarViewDayItemChangingEventArgs. |
CalendarViewSelectedDatesChangedEventArgs |
Provides data for the SelectedDatesChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CalendarViewSelectedDatesChangedEventArgs. |
CandidateWindowBoundsChangedEventArgs |
Provides event data for the CandidateWindowBoundsChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CandidateWindowBoundsChangedEventArgs. |
Canvas |
Defines an area within which you can explicitly position child objects, using coordinates that are relative to the Canvas area. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Canvas. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CaptureElement. |
CheckBox |
Represents a control that a user can select (check) or clear (uncheck). A CheckBox can also report its value as indeterminate. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CheckBox. |
ChoosingGroupHeaderContainerEventArgs |
Provides event data for the ListViewBase.ChoosingGroupHeaderContainer event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ChoosingGroupHeaderContainerEventArgs. |
ChoosingItemContainerEventArgs |
Provides event data for the ListViewBase.ChoosingItemContainer event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ChoosingItemContainerEventArgs. |
CleanUpVirtualizedItemEventArgs |
Provides data for the CleanUpVirtualizedItemEvent event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs. |
ColorChangedEventArgs |
Provides event data for the ColorChanged event. |
ColorPicker |
Represents a control that lets a user pick a color using a color spectrum, sliders, and text input. |
ColumnDefinition |
Defines column-specific properties that apply to Grid objects. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ColumnDefinition. |
ColumnDefinitionCollection |
Provides access to an ordered, strongly typed collection of ColumnDefinition objects. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ColumnDefinitionCollection. |
ComboBox |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ComboBox. |
ComboBoxItem |
Represents the container for an item in a ComboBox control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ComboBoxItem. |
ComboBoxTextSubmittedEventArgs |
Provides data when the user enters custom text into the ComboBox. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs. |
CommandBar |
Represents a specialized app bar that provides layout for AppBarButton and related command elements. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CommandBar. |
CommandBarFlyout |
Represents a specialized flyout that provides layout for AppBarButton and related command elements. |
CommandBarOverflowPresenter |
Displays the overflow content of a CommandBar. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.CommandBarOverflowPresenter. |
ContainerContentChangingEventArgs |
Provides data for the ContainerContentChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContainerContentChangingEventArgs. |
ContentControl |
Represents a control with a single piece of content. Controls such as Button, CheckBox, and ScrollViewer directly or indirectly inherit from this class. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentControl. |
ContentDialog |
Represents a dialog box that can be customized to contain checkboxes, hyperlinks, buttons and any other XAML content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialog. |
ContentDialogButtonClickDeferral |
Represents a deferral that can be used by an app to respond asynchronously to a button click event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogButtonClickDeferral. |
ContentDialogButtonClickEventArgs |
Provides data for the button click events. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogButtonClickEventArgs. |
ContentDialogClosedEventArgs |
Provides data for the Closed event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogClosedEventArgs. |
ContentDialogClosingDeferral |
Represents a deferral that can be used by an app to respond asynchronously to the closing event of the ContentDialog. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogClosingDeferral. |
ContentDialogClosingEventArgs |
Provides data for the closing event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogClosingEventArgs. |
ContentDialogOpenedEventArgs |
Provides data for the Opened event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentDialogOpenedEventArgs. |
ContentLinkChangedEventArgs |
Provides data for the RichEditBox.ContentLinkChanged event. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContentPresenter. |
ContextMenuEventArgs |
Provides event data for the ContextMenuOpening event that exists on several text-related UI elements. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ContextMenuEventArgs. |
Control |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Control. |
ControlTemplate |
Defines the element tree that is used as the control template for a control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ControlTemplate. |
DataTemplateSelector |
Enables custom template selection logic at the application level. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DataTemplateSelector. |
DatePickedEventArgs |
Provides data for the DatePicked event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickedEventArgs. |
DatePicker |
Represents a control that allows a user to pick a date value. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePicker. |
DatePickerFlyout |
Represents a control that allows a user to pick a date. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickerFlyout. |
DatePickerFlyoutItem |
Represents the container for an item in the DatePickerFlyout control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickerFlyoutItem. |
DatePickerFlyoutPresenter |
Represents a control to allow a user to pick a date. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickerFlyoutPresenter. |
DatePickerSelectedValueChangedEventArgs |
Provides event data for the DatePicker.SelectedDateChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickerSelectedValueChangedEventArgs. |
DatePickerValueChangedEventArgs |
Provides event data for the DatePicker.DateChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DatePickerValueChangedEventArgs. |
DragItemsCompletedEventArgs |
Provides event data for the DragItemsCompleted event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DragItemsCompletedEventArgs. |
DragItemsStartingEventArgs |
Provides event data for the DragItemsStarting event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DragItemsStartingEventArgs. |
DropDownButton |
Represents a button with a chevron intended to open a menu. |
DropDownButtonAutomationPeer |
Exposes DropDownButton types to Microsoft UI Automation. |
DynamicOverflowItemsChangingEventArgs |
Provides data for the CommandBar.DynamicOverflowItemsChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.DynamicOverflowItemsChangingEventArgs. |
FlipView |
Represents an items control that displays one item at a time, and enables "flip" behavior for traversing its collection of items. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FlipView. |
FlipViewItem |
Represents the container for an item in a FlipView control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FlipViewItem. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Flyout. |
FlyoutPresenter |
Displays the content of a Flyout. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FlyoutPresenter. |
FocusDisengagedEventArgs |
Provides data for the FocusDisengaged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FocusDisengagedEventArgs. |
FocusEngagedEventArgs |
Provides data for the FocusEngaged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FocusEngagedEventArgs. |
FontIcon |
Represents an icon that uses a glyph from the specified font. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.FontIcon. |
FontIconSource |
Represents an icon source that uses a glyph from the specified font. |
Frame |
Displays Page instances, supports navigation to new pages, and maintains a navigation history to support forward and backward navigation. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Frame. |
Grid |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Grid. |
GridView |
Represents a control that displays data items in rows and columns. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GridView. |
GridViewHeaderItem |
Represents items in the header for grouped data inside a GridView. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GridViewHeaderItem. |
GridViewItem |
Represents the container for an item in a GridView control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GridViewItem. |
GroupItem |
Represents the root element for a subtree that is created for a group. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GroupItem. |
GroupStyle |
Describes how to display the grouped items in a collection, such as the collection from GroupItems. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GroupStyle. |
GroupStyleSelector |
Enables custom group style selection logic as a function of the parent group and its level. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.GroupStyleSelector. |
HandwritingPanelClosedEventArgs |
Provides event data for the HandwritingView.Closed event. |
HandwritingPanelOpenedEventArgs |
Provides event data for the HandwritingView.Opened event. |
HandwritingView |
Represents a Windows Ink input surface for text input controls. |
Hub |
Represents a control that displays groups of content in a panning view. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Hub. |
HubSection |
Represents a single group of content in a Hub. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.HubSection. |
HubSectionCollection |
Represents an ordered collection of HubSection objects. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.HubSectionCollection. |
HubSectionHeaderClickEventArgs |
Provides data for the Hub.SectionHeaderClick event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.HubSectionHeaderClickEventArgs. |
HyperlinkButton |
Represents a button control that functions as a hyperlink. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.HyperlinkButton. |
IconElement |
Represents the base class for an icon UI element. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.IconElement. |
IconSource |
Represents the base class for an icon source. |
IconSourceElement |
Represents an icon that uses an IconSource as its content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.IconSourceElement. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Image. |
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 |
Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. |
InkToolbarBallpointPenButton |
Represents an InkToolbar button that activates the built-in ballpoint pen. |
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 |
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 |
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 |
Represents an InkToolbar button that invokes a non-pen tool, defined by the host app. |
InkToolbarEraserButton |
Represents an InkToolbar button that activates the built-in eraser tool. |
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 |
Represents an InkToolbar toggle button control that activates the built-in highlighter pen. |
InkToolbarIsStencilButtonCheckedChangedEventArgs |
Provides data for the IsStencilButtonCheckedChanged event. |
InkToolbarMenuButton |
Represents an InkToolbar button that invokes a menu of tools, defined by the host app. |
InkToolbarPenButton |
Provides a base class for all built-in and custom pen buttons on an InkToolbar. |
InkToolbarPencilButton |
Represents an InkToolbar toggle button control that activates the built-in pencil. |
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 |
Represents an InkToolbar button that sets the state of the built-in ruler tool to on or off. |
InkToolbarStencilButton |
Represents an InkToolbar button that sets the state of stencil tool to on or off. |
InkToolbarToggleButton |
Represents an object that provides infrastructure for both built-in and custom toggle buttons on an InkToolbar. |
InkToolbarToolButton |
Provides a base class for all built-in and custom buttons on an InkToolbar. |
IsTextTrimmedChangedEventArgs |
Provides event data for the IsTextTrimmedChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.IsTextTrimmedChangedEventArgs. |
ItemClickEventArgs |
Provides event data for the ItemClick event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemClickEventArgs. |
ItemCollection |
Holds the list of items that represent the content of an ItemsControl. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemCollection. |
ItemContainerGenerator |
Provides mappings between the items of an ItemsControl and their container elements. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemContainerGenerator. |
ItemsControl |
Represents a control that can be used to present a collection of items. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsControl. |
ItemsPanelTemplate |
Specifies the panel that the ItemsPresenter creates for the layout of the items of an ItemsControl. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsPanelTemplate. |
ItemsPickedEventArgs |
Provides data for the ItemsPicked event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsPickedEventArgs. |
ItemsPresenter |
Specifies where items are placed in a control, usually an ItemsControl. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsPresenter. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsStackPanel. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ItemsWrapGrid. |
ListBox |
Presents a list of items the user can select from. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListBox. |
ListBoxItem |
Represents the container for an item in a ListBox control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListBoxItem. |
ListPickerFlyout |
Represents a control that allows a user to pick one or more items from a list. See Remarks. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListPickerFlyout. |
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.) Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListPickerFlyoutPresenter. |
ListView |
Represents a control that displays data items in a vertical stack. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListView. |
ListViewBase |
Provides the infrastructure for the ListView and GridView classes. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListViewBase. |
ListViewBaseHeaderItem |
Provides the infrastructure for the ListViewHeaderItem and GridViewHeaderItem classes. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListViewBaseHeaderItem. |
ListViewHeaderItem |
Represents items in the header for grouped data inside a ListView. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListViewHeaderItem. |
ListViewItem |
Represents the container for an item in a ListView control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListViewItem. |
ListViewPersistenceHelper |
Represents a helper class to save and retrieve the relative scroll position of the ListView. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ListViewPersistenceHelper. |
MediaElement |
Represents an object that renders audio and video to the display. See Remarks. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MediaElement. |
MediaPlayerElement |
Represents an object that uses a MediaPlayer to render audio and video to the display. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MediaPlayerElement. |
MediaPlayerPresenter |
Represents an object that displays a MediaPlayer. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MediaPlayerPresenter. |
MediaTransportControls |
Represents the playback controls for a media player element. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MediaTransportControls. |
MediaTransportControlsHelper |
Provides properties and methods to customize media transport controls. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MediaTransportControlsHelper. |
MenuBar |
Represents a specialized container that presents a set of menus in a horizontal row, typically at the top of an app window. |
MenuBarItem |
Represents a top-level menu in a MenuBar control. |
MenuBarItemFlyout |
Represents the flyout of a MenuBar item. |
MenuFlyout |
Represents a flyout that displays a menu of commands. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyout. |
MenuFlyoutItem |
Represents a command in a MenuFlyout control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyoutItem. |
MenuFlyoutItemBase |
Represents the base class for items in a MenuFlyout control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyoutItemBase. |
MenuFlyoutPresenter |
Displays the content of a MenuFlyout control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyoutPresenter. |
MenuFlyoutSeparator |
Represents a horizontal line that separates items in an MenuFlyout. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyoutSeparator. |
MenuFlyoutSubItem |
Represents a menu item that displays a sub-menu in a MenuFlyout control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem. |
NavigationView |
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. |
NavigationViewBackRequestedEventArgs |
Provides event data for the NavigationView.BackRequested event. |
NavigationViewDisplayModeChangedEventArgs |
Provides data for the NavigationView.DisplayModeChanged event. |
NavigationViewItem |
Represents the container for an item in a NavigationView control. |
NavigationViewItemBase |
Base class for NavigationView menu items. |
NavigationViewItemHeader |
Represents a header for a group of menu items in a NavigationMenu. |
NavigationViewItemInvokedEventArgs |
Provides event data for the NavigationView.ItemInvoked event. |
NavigationViewItemSeparator |
Represents a line that separates menu items in a NavigationMenu. |
NavigationViewList |
Represents a control that displays menu items in a NavigationView control. |
NavigationViewPaneClosingEventArgs |
Provides data for the NavigationView.PaneClosing event. |
NavigationViewSelectionChangedEventArgs |
Provides data for the NavigationView.SelectionChanged event. |
NavigationViewTemplateSettings |
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a NavigationView. Not intended for general use. |
NotifyEventArgs |
Provides data for the ScriptNotify event. |
Page |
Represents content that a Frame control can navigate to. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Page. |
Panel |
Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in a UI page. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Panel. |
ParallaxView |
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 |
Represents a control for entering passwords. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PasswordBox. |
PasswordBoxPasswordChangingEventArgs |
Provides event data for the PasswordBox.PasswordChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PasswordBoxPasswordChangingEventArgs. |
PathIcon |
Represents an icon that uses a vector path as its content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PathIcon. |
PathIconSource |
Represents an icon source that uses a vector path as its content. |
PersonPicture |
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 |
Provides data for the PickerConfirmed event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PickerConfirmedEventArgs. |
PickerFlyout |
Represents a custom picker control. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.) Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PickerFlyout. |
PickerFlyoutPresenter |
Represents a custom picker. (Not recommended for Universal Windows Platform (UWP) app. See Flyout.) Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PickerFlyoutPresenter. |
Pivot |
Represents a control that provides quick navigation of views within an app. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Pivot. |
PivotItem |
Represents the container for an item in a Pivot control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PivotItem. |
PivotItemEventArgs |
Event arguments for dynamically interacting with the PivotItem before use, allowing for delay load scenarios. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.PivotItemEventArgs. |
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 |
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 |
Represents a button that allows a user to select a single option from a group of options. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RadioButton. |
RatingControl |
Represents a control that lets a user enter a star rating. |
RatingItemFontInfo |
Represents information about the visual states of font elements that represent a rating. |
RatingItemImageInfo |
Represents information about the visual states of image elements that represent a rating. |
RatingItemInfo |
Represents information about the visual states of the elements that represent a rating. |
RefreshContainer |
Represents a container control that provides a RefreshVisualizer and pull-to-refresh functionality for scrollable content. |
RefreshInteractionRatioChangedEventArgs |
Provides event data. |
RefreshRequestedEventArgs |
Provides event data for RefreshRequested events. |
RefreshStateChangedEventArgs |
Provides event data for the RefreshVisualizer.RefreshStateChanged event. |
RefreshVisualizer |
Represents a control that provides animated state indicators for content refresh. |
RelativePanel |
Defines an area within which you can position and align child objects in relation to each other or the parent panel. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RelativePanel. |
RichEditBox |
Represents a rich text editing control that supports formatted text, hyperlinks, and other rich content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RichEditBox. |
RichEditBoxSelectionChangingEventArgs |
Provides event data for the RichEditBox.SelectionChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs. |
RichEditBoxTextChangingEventArgs |
Provides event data for the RichEditBox.TextChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RichEditBoxTextChangingEventArgs. |
RichTextBlock |
Represents a rich text display container that supports formatted text, hyperlinks, inline images, and other rich content. RichTextBlock supports a built-in overflow model. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RichTextBlock. |
RichTextBlockOverflow |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RichTextBlockOverflow. |
RowDefinition |
Defines row-specific properties that apply to Grid elements. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RowDefinition. |
RowDefinitionCollection |
Provides access to an ordered, strongly typed collection of RowDefinition objects. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.RowDefinitionCollection. |
ScrollContentPresenter |
Displays the content of a ScrollViewer control. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ScrollContentPresenter. |
ScrollViewer |
Represents a scrollable area that can contain other visible elements. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ScrollViewer. |
ScrollViewerView |
Provides a view for a ScrollViewer when its view is changing. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ScrollViewerView. |
ScrollViewerViewChangedEventArgs |
Provides event data for the ViewChanged event and similar control-specific events. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ScrollViewerViewChangedEventArgs. |
ScrollViewerViewChangingEventArgs |
Provides event data for the ViewChanging event and similar control-specific events. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ScrollViewerViewChangingEventArgs. |
SearchBox |
Represents a control that can be used to enter search query text. (Not recommended for Universal Windows Platform (UWP) apps. See AutoSuggestBox.) |
SearchBoxQueryChangedEventArgs |
Provides event data for the SearchBox.QueryChanged event. |
SearchBoxQuerySubmittedEventArgs |
Provides event data for the SearchBox.QuerySubmitted event. |
SearchBoxResultSuggestionChosenEventArgs |
Provides event data for the SearchBox.ResultSuggestionChosen event. |
SearchBoxSuggestionsRequestedEventArgs |
Provides event data for the SearchBox.SuggestionsRequested event. |
SectionsInViewChangedEventArgs |
Provides data for the Hub.SectionsInViewChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SectionsInViewChangedEventArgs. |
SelectionChangedEventArgs |
Provides data for the SelectionChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SemanticZoom. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SemanticZoomLocation. |
SemanticZoomViewChangedEventArgs |
Provides event data for the ViewChangeStarted and ViewChangeCompleted events. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs. |
SettingsFlyout |
Note SettingsFlyout is not supported for use in Universal Windows Platform (UWP) app for Windows 10. Instead, use a Flyout. Note SettingsFlyout is supported only for use with the SettingsPane in Windows 8. While the SettingsFlyout type is visible in Windows Phone projects, SettingsPane is not present on Windows Phone, so use of SettingsFlyout is not supported. Represents a control that provides in-context access to settings that affect the current app. (Not recommended for Universal Windows Platform (UWP) app.) |
Slider |
Represents a control that lets the user select from a range of values by moving a Thumb control along a track. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Slider. |
SplitButton |
Represents a button with two parts that can be invoked separately. One part behaves like a standard button and the other part invokes a flyout. |
SplitButtonAutomationPeer |
Exposes SplitButton types to Microsoft UI Automation. |
SplitButtonClickEventArgs |
Provides event data for the SplitButton.Click event. |
SplitView |
Represents a container with two views; one view for the main content and another view that is typically used for navigation commands. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SplitView. |
SplitViewPaneClosingEventArgs |
Provides event data for the SplitView.PaneClosing event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SplitViewPaneClosingEventArgs. |
StackPanel |
Arranges child elements into a single line that can be oriented horizontally or vertically. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.StackPanel. |
StyleSelector |
Enables custom item style selection logic as a function of the content data and its specific item container. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.StyleSelector. |
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. Important SwapChainBackgroundPanel may be altered or unavailable for releases after Windows 8.1 Instead, use SwapChainPanel. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SwapChainBackgroundPanel. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SwapChainPanel. |
SwipeControl |
Represents a container that provides access to contextual commands through touch interactions. |
SwipeItem |
Represents an individual command in a SwipeControl. |
SwipeItemInvokedEventArgs |
Provides event data for the SwipeItem.Invoked event. |
SwipeItems |
Represents a collection of SwipeItem objects. |
SymbolIcon |
Represents an icon that uses a glyph from the Segoe MDL2 Assets font as its content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.SymbolIcon. |
SymbolIconSource |
Represents an icon source that uses a glyph from the Segoe MDL2 Assets font as its content. |
TextBlock |
Provides a lightweight control for displaying small amounts of text. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextBlock. |
TextBox |
Represents a control that can be used to display and edit plain text (single or multi-line). Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextBox. |
TextBoxBeforeTextChangingEventArgs |
Provides event data for the TextBox.BeforeTextChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextBoxBeforeTextChangingEventArgs. |
TextBoxSelectionChangingEventArgs |
Provides event data for the TextBox.SelectionChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs. |
TextBoxTextChangingEventArgs |
Provides event data for the TextBox.TextChanging event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextBoxTextChangingEventArgs. |
TextChangedEventArgs |
Provides data for the TextChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextChangedEventArgs. |
TextCommandBarFlyout |
Represents a specialized command bar flyout that contains commands for editing text. |
TextCompositionChangedEventArgs |
Provides event data for the TextCompositionChanged event on TextBox and RichEditBox. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextCompositionChangedEventArgs. |
TextCompositionEndedEventArgs |
Provides event data for the TextCompositionEnded event on TextBox and RichEditBox. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextCompositionEndedEventArgs. |
TextCompositionStartedEventArgs |
Provides event data for the TextCompositionStarted event on TextBox and RichEditBox. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextCompositionStartedEventArgs. |
TextControlCopyingToClipboardEventArgs |
Provides event data for the CopyingToClipboard event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextControlCopyingToClipboardEventArgs. |
TextControlCuttingToClipboardEventArgs |
Provides event data for the CuttingToClipboard event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextControlCuttingToClipboardEventArgs. |
TextControlPasteEventArgs |
Provides data for the text control Paste event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TextControlPasteEventArgs. |
TimePickedEventArgs |
Provides data for the TimePicked event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePickedEventArgs. |
TimePicker |
Represents a control that allows a user to pick a time value. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePicker. |
TimePickerFlyout |
Represents a control that allows a user to pick a time value. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePickerFlyout. |
TimePickerFlyoutPresenter |
Represents the visual container for the TimePickerFlyout. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePickerFlyoutPresenter. |
TimePickerSelectedValueChangedEventArgs |
Provides event data for the TimePicker.SelectedTimeChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePickerSelectedValueChangedEventArgs. |
TimePickerValueChangedEventArgs |
Provides event data for the TimePicker.TimeChanged event. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.TimePickerValueChangedEventArgs. |
ToggleMenuFlyoutItem |
Represents an item in a MenuFlyout that a user can change between two states, checked or unchecked. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ToggleMenuFlyoutItem. |
ToggleSplitButton |
Represents a button with two parts that can be invoked separately. One part behaves like a toggle button and the other part invokes a flyout. |
ToggleSplitButtonAutomationPeer |
Exposes ToggleSplitButton types to Microsoft UI Automation. |
ToggleSplitButtonIsCheckedChangedEventArgs |
Provides event data for the ToggleSplitButton.IsCheckedChanged event. |
ToggleSwitch |
Represents a switch that can be toggled between two states. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ToggleSwitch. |
ToolTip |
Represents a control that creates a pop-up window that displays information for an element in the UI. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ToolTip. |
ToolTipService |
Represents a service that provides static methods to display a ToolTip. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.ToolTipService. |
TreeView |
Represents a hierarchical list with expanding and collapsing nodes that contain nested items. |
TreeViewCollapsedEventArgs |
Provides event data for the TreeView.Collapsed event. |
TreeViewDragItemsCompletedEventArgs |
Provides event data for the TreeView.DragItemsCompleted event. |
TreeViewDragItemsStartingEventArgs |
Provides event data for the TreeView.DragItemsStarting event. |
TreeViewExpandingEventArgs |
Provides event data for the TreeView.Expanding event. |
TreeViewItem |
Represents the container for an item in a TreeView control. |
TreeViewItemInvokedEventArgs |
Provides event data for the TreeView.ItemInvoked event. |
TreeViewItemTemplateSettings |
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a TreeViewItem control. Not intended for general use. |
TreeViewList |
Represents a flattened list of tree view items so that operations such as keyboard navigation and drag-and-drop can be inherited from ListView. |
TreeViewNode |
Represents a node in a TreeView control. |
TwoPaneView |
Represents a container with two views that size and position content in the available space, either side-by-side or top-bottom. |
UIElementCollection |
Represents an ordered collection of UIElement objects. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.UIElementCollection. |
UserControl |
Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.UserControl. |
VariableSizedWrapGrid |
Provides a grid-style layout panel where each tile/cell can be variable size based on content. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.VariableSizedWrapGrid. |
Viewbox |
Defines a content decorator that can stretch and scale a single child to fill the available space. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Viewbox. |
VirtualizingPanel |
Provides a framework for Panel elements that virtualize their visual children. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.VirtualizingPanel. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.VirtualizingStackPanel. |
WebView |
Provides a control that hosts HTML content in an app. |
WebViewBrush |
Provides a brush that renders the content that is currently hosted in a WebView control. |
WebViewContentLoadingEventArgs |
Provides data for the WebView.ContentLoading event. |
WebViewDeferredPermissionRequest |
Represents a deferred request for permissions in a WebView. |
WebViewDOMContentLoadedEventArgs |
Provides data for the DOMContentLoaded event. |
WebViewLongRunningScriptDetectedEventArgs |
Provides data for the WebView.LongRunningScriptDetected event. |
WebViewNavigationCompletedEventArgs |
Provides data for the WebView.NavigationCompleted and FrameNavigationCompleted events. |
WebViewNavigationFailedEventArgs |
Provides data for the WebView.NavigationFailed event. |
WebViewNavigationStartingEventArgs |
Provides data for the WebView.NavigationStarting and FrameNavigationStarting events. |
WebViewNewWindowRequestedEventArgs |
Provides data for the WebView.NewWindowRequested event. |
WebViewPermissionRequest |
Represents a request for permissions in a WebView. |
WebViewPermissionRequestedEventArgs |
Provides event data for the WebView.PermissionRequested event. |
WebViewSeparateProcessLostEventArgs |
Provides event data for the WebView.SeparateProcessLost event. |
WebViewSettings |
Defines properties that enable or disable WebView features. |
WebViewUnsupportedUriSchemeIdentifiedEventArgs |
Provides data for the WebView.UnsupportedUriSchemeIdentified event. |
WebViewUnviewableContentIdentifiedEventArgs |
Provides data for the WebView.UnviewableContentIdentified event. |
WebViewWebResourceRequestedEventArgs |
Provides event data for the WebView.WebResourceRequested event. |
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. Equivalent WinUI class: Microsoft.UI.Xaml.Controls.WrapGrid. |
Interfaces
ICommandBarElement |
Defines the compact view for command bar elements. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.ICommandBarElement. |
ICommandBarElement2 |
Defines members to manage the command bar overflow menu. |
IInsertionPanel |
Provides methods to let an item be inserted between other items in a drag-and-drop operation. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.IInsertionPanel. |
IItemContainerMapping |
Provides methods that let an ItemsControl map data items to UI containers. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.IItemContainerMapping. |
INavigate |
Defines the navigation action for navigation hosts and navigation initiators. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.INavigate. |
IScrollAnchorProvider |
Specifies a contract for a scrolling control that supports scroll anchoring. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.IScrollAnchorProvider. |
ISemanticZoomInformation |
Communicates the info needed for a view to serve as one of the two possible views (@"Windows.UI.Xaml.Controls.SemanticZoom.ZoomedOutView?text=ZoomedOutView" or ZoomedInView ) of a SemanticZoom. Equivalent WinUI interface: Microsoft.UI.Xaml.Controls.ISemanticZoomInformation. |
Enums
AppBarClosedDisplayMode |
Defines constants that specify whether icon buttons are displayed when an app bar is not completely open. Equivalent WinUI enum: AppBarClosedDisplayMode. |
AutoSuggestionBoxTextChangeReason |
Values used to indicate the reason for the text changing in the AutoSuggestBox. Equivalent WinUI enum: AutoSuggestionBoxTextChangeReason. |
BackgroundSizing |
Defines constants that specify how far an element's background extends in relation to the element's border. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.BackgroundSizing. |
CalendarViewDisplayMode |
Defines constants that specify which view of the calendar is shown. Equivalent WinUI enum: CalendarViewDisplayMode. |
CalendarViewSelectionMode |
Defines constants that specify what kind of date selections are allowed in the calendar. Equivalent WinUI enum: CalendarViewSelectionMode. |
CandidateWindowAlignment |
Defines constants that specify how the Input Method Editor (IME) window for text predictions is aligned with a text edit control. Equivalent WinUI enum: CandidateWindowAlignment. |
CharacterCasing |
Defines constants that specify how a control modifies the case of characters as they are typed. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.CharacterCasing. |
ClickMode |
Specifies when the Click event should be raised for a control. Equivalent WinUI enum: ClickMode. |
ColorPickerHsvChannel |
Defines contstants that specify which Hue-Saturation-Value-Alpha component a slider in a ColorPicker controls. |
ColorSpectrumComponents |
Defines constants that specify how the Hue-Saturation-Value (HSV) color components are mapped onto the ColorSpectrum. |
ColorSpectrumShape |
Defines constants that specify how the ColorSpectrum control is shown. |
ComboBoxSelectionChangedTrigger |
Defines constants that specify what action causes a SelectionChanged event to occur. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.ComboBoxSelectionChangedTrigger. |
CommandBarDefaultLabelPosition |
Defines constants that specify the placement and visibility of AppBarButton labels in a CommandBar. Equivalent WinUI enum: CommandBarDefaultLabelPosition. |
CommandBarDynamicOverflowAction |
Defines constants that specify whether items were added to or removed from the CommandBar overflow menu. Equivalent WinUI enum: CommandBarDynamicOverflowAction. |
CommandBarLabelPosition |
Defines constants that specify the placement and visibility of an app bar button's label. Equivalent WinUI enum: CommandBarLabelPosition. |
CommandBarOverflowButtonVisibility |
Defines constants that specify when a command bar's overflow button is shown. Equivalent WinUI enum: CommandBarOverflowButtonVisibility. |
ContentDialogButton |
Defines constants that specify the default button on a content dialog. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.ContentDialogButton. |
ContentDialogPlacement |
Defines constants that specify where in the XAML visual tree a ContentDialog is rooted. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.ContentDialogPlacement. |
ContentDialogResult |
Specifies identifiers to indicate the return value of a ContentDialog Equivalent WinUI enum: ContentDialogResult. |
ContentLinkChangeKind |
Defines constants that specify what kind of change is being made to a ContentLink. |
DisabledFormattingAccelerators |
Defines constants that specify which keyboard shortcuts for formatting are disabled in a RichEditBox. Equivalent WinUI enum: Microsoft.UI.Xaml.Controls.DisabledFormattingAccelerators. |
HandwritingPanelPlacementAlignment |
Defines constants that specify where the handwriting view panel is anchored to the control. |
IncrementalLoadingTrigger |
Defines constants that specify list view incremental loading behavior (@"Windows.UI.Xaml.Controls.ListViewBase.IncrementalLoadingTrigger?text=IncrementalLoadingTrigger" property). Equivalent WinUI enum: IncrementalLoadingTrigger. |
InkToolbarButtonFlyoutPlacement |
Specifies the location of the ink stroke configuration flyout relative to the InkToolbar. |
InkToolbarFlyoutItemKind |
Specifies the types of buttons that can be used on an InkToolbar flyout. |
InkToolbarInitialControls |
Defines constants that specify the built-in buttons (@"Windows.UI.Xaml.Controls.InkToolbar.InitialControls?text=InitialControls" ) added to an InkToolbar at initialization. |
InkToolbarMenuKind |
Specifies the types of menu buttons that can be added to an InkToolbar. |
InkToolbarStencilKind |
Specifies the types of InkToolbar stencils. |
InkToolbarToggle |
Defines constants that specify the button types exposed in the toggle button group of an InkToolbar. |
InkToolbarTool |
Defines constants that specify the type of built-in or custom tool associated with the InkToolbarToolButton. |
ItemsUpdatingScrollMode |
Defines constants that specify the scrolling behavior of items while updating. Equivalent WinUI enum: ItemsUpdatingScrollMode. |
LightDismissOverlayMode |
Defines constants that specify whether the area outside of a light-dismiss UI is darkened. Equivalent WinUI enum: LightDismissOverlayMode. |
ListPickerFlyoutSelectionMode |
Defines constants that specify the selection mode of a ListPickerFlyout. Equivalent WinUI enum: ListPickerFlyoutSelectionMode. |
ListViewReorderMode |
Defines constants that specify the reorder mode of a ListView or GridView. Equivalent WinUI enum: ListViewReorderMode. |
ListViewSelectionMode |
Defines constants that specify the selection mode of a ListView or GridView. Equivalent WinUI enum: ListViewSelectionMode. |
NavigationViewBackButtonVisible |
Defines constants that specify whether the back button is visible in NavigationView. |
NavigationViewDisplayMode |
Defines constants that specify how the pane is shown in a NavigationView. |
NavigationViewOverflowLabelMode |
Defines constants that specify the label for the overflow button in a NavigationView. |
NavigationViewPaneDisplayMode |
Defines constants that specify how and where the NavigationView pane is shown. |
NavigationViewSelectionFollowsFocus |
Defines constants that specify whether item selection changes when keyboard focus changes in a NavigationView. |
NavigationViewShoulderNavigationEnabled |
Defines constants that specify when gamepad bumpers can be used to navigate the top-level navigation items in a NavigationView. |
Orientation |
Defines constants that specify the different orientations that a control or layout can have. Equivalent WinUI enum: Orientation. |
PanelScrollingDirection |
Defines constants that specify the direction that a panel is scrolling. Equivalent WinUI enum: PanelScrollingDirection. |
ParallaxSourceOffsetKind |
Defines constants that specify how the source offset values of a ParallaxView are interpreted. |
PasswordRevealMode |
Defines constants that specify the password reveal behavior of a PasswordBox. Equivalent WinUI enum: PasswordRevealMode. |
PivotHeaderFocusVisualPlacement |
Defines constants that specify the style of focus visual used for pivot header items. Equivalent WinUI enum: PivotHeaderFocusVisualPlacement. |
PivotSlideInAnimationGroup |
Defines constants that specify the different slide-in animation groups that Pivot elements can belong to. Equivalent WinUI enum: PivotSlideInAnimationGroup. |
RefreshPullDirection |
Defines constants that specify the direction to pull a RefreshContainer to initiate a refresh. |
RefreshVisualizerOrientation |
Defines constants that specify the starting position of a RefreshVisualizer 's progress spinner. |
RefreshVisualizerState |
Defines constants that specify the state of a RefreshVisualizer |
RequiresPointer |
Defines constants that specify when an element requires a mouse-like pointer behavior from a game pad. Equivalent WinUI enum: RequiresPointer. |
RichEditClipboardFormat |
Defines constants that specify the format of text copied from a RichEditBox. Equivalent WinUI enum: RichEditClipboardFormat. |
ScrollBarVisibility |
Defines constants that specify the visibility of a scrollbar within a ScrollViewer control. Equivalent WinUI enum: ScrollBarVisibility. |
ScrollIntoViewAlignment |
Defines constants that describe how an item that is programmatically scrolled into view aligns with the visible area. Equivalent WinUI enum: ScrollIntoViewAlignment. |
ScrollMode |
Defines constants that specify scrolling behavior for ScrollViewer and other parts involved in scrolling scenarios. Equivalent WinUI enum: ScrollMode. |
SelectionMode |
Defines constants that specify the selection behavior for a ListBox. Equivalent WinUI enum: SelectionMode. |
SnapPointsType |
Defines constants that specify how panning snap points are processed for gesture/manipulation input. Equivalent WinUI enum: SnapPointsType. |
SplitViewDisplayMode |
Defines constants that specify how the pane is shown in a SplitView. Equivalent WinUI enum: SplitViewDisplayMode. |
SplitViewPanePlacement |
Defines constants that specify whether the pane is to the left or right of the content in a SplitView. Equivalent WinUI enum: SplitViewPanePlacement. |
StretchDirection |
Defines constants that specify the direction that content is scaled. Equivalent WinUI enum: StretchDirection. |
SwipeBehaviorOnInvoked |
Defines constants that specify how a SwipeControl behaves after a command is invoked. |
SwipeMode |
Defines constants that specify the effect of a swipe interaction. |
Symbol |
Defines constants that specify a glyph from the Segoe MDL2 Assets font to use as the content of a SymbolIcon. Equivalent WinUI enum: Symbol. |
TreeViewSelectionMode |
Defines constants that specify the selection behavior for a TreeView instance. |
TwoPaneViewMode |
Defines constants that specify how panes are shown in a TwoPaneView. |
TwoPaneViewPriority |
Defines constants that specify which pane has priority in a TwoPaneView. |
TwoPaneViewTallModeConfiguration |
Defines constants that specify how panes are shown in a TwoPaneView in tall mode. |
TwoPaneViewWideModeConfiguration |
Defines constants that specify how panes are shown in a TwoPaneView in wide mode. |
VirtualizationMode |
Defines constants that specify how VirtualizingStackPanel manages item containers for its child items. Equivalent WinUI enum: VirtualizationMode. |
WebViewExecutionMode |
Defines constants that specify whether WebView hosts HTML content on the UI thread or on a non-UI thread. |
WebViewPermissionState |
Defines constants that specify the state of a WebView.PermissionRequested event. |
WebViewPermissionType |
Defines constants the specify the type of permission requested in a WebView. |
ZoomMode |
Defines constants that specify the current mode for zoom behavior in the ScrollViewer content. Equivalent WinUI enum: ZoomMode. |
Delegates
See also
- DirectX and XAML game sample (Windows 10)
- Bottom-up list (XAML) sample
- Commanding sample
- Context menu (XAML) sample
- Drag and drop sample
- Focus visuals sample
- Gamepad-style navigation (XAML) sample
- ListView and GridView sample
- Tailored multiple views sample
- WebView control (HTML) sample
- WebView control (XAML) sample
- Low latency input sample
- Touch keyboard text input sample
- Animated GIF playback (XAML) sample
- Direct2D SVG image rendering sample
- Pivot sample
- RSS reader end-to-end (JavaScript) sample
- Version adaptive code sample