Click or drag to resize
Windows.UI.Xaml.Controls.Primitives Namespace
The Windows.UI.Xaml.Controls.Primitives namespace defines classes that represent the component parts of UI controls, or otherwise support the control composition model. Also defines interfaces for control patterns such as snapping and selection.
Classes
  ClassDescription
Public classButtonBase
Represents the base class for all button controls, such as Button, RepeatButton, and HyperlinkButton.
Public classDataGridColumnHeader
Represents an individual System.Windows.Controls.DataGrid column header.
Public classMultiSelector
Provides an abstract class for controls that allow multiple items to be selected.
Public classSelector
Represents a control that allows a user to select an item from a collection of items.
Public classToggleButton
Base class for controls that can switch states, such as CheckBox and RadioButton.