Windows.UI.Xaml Namespace |
Class | Description | |
---|---|---|
Application |
Encapsulates the app and its available services.
| |
DataTemplate |
Describes the visual structure of a data object.
| |
DependencyObject |
Represents an object that participates in the dependency property system. DependencyObject
is the immediate base class of many important UI-related classes, such as
UIElement, Geometry, FrameworkTemplate, Style, and ResourceDictionary.
| |
DependencyProperty |
Represents a dependency property that is registered with the dependency property
system. Dependency properties provide support for value expressions, data
binding, animation, and property change notification.
| |
DependencyPropertyChangedEventArgs |
Provides data for a PropertyChangedCallback implementation.
| |
DispatcherTimer |
Provides a timer that is integrated into the Dispatcher queue, which is processed
at a specified interval of time and at a specified priority. One scenario
for this is to run code on the UI thread.
| |
ExceptionRoutedEventArgs |
Provides event data for exceptions that are raised as events by asynchronous operations, such as MediaFailed or ImageFailed.
| |
FrameworkElement |
Provides a framework of common APIs for objects that participate in UI and
programmatic layout. FrameworkElement also defines APIs related to data binding,
object tree, and object lifetime feature areas.
| |
FrameworkTemplate |
Creates an element tree of elements.
| |
PropertyMetadata |
Defines behavior aspects of a dependency property, including conditions it
was registered with.
| |
PropertyPath |
Implements a data structure for describing a property as a path below another
property, or below an owning type. Property paths are used in data binding to objects.
| |
ResourceDictionary |
Defines a dictionary that contains resources used by components of the app.
This dictionary is oriented toward defining the resources in XAML, and then
retrieving them through XAML references via the StaticResource markup extension.
Alternatively you can access resources by traversing the dictionary at run
time.
| |
RoutedEventArgs |
Contains state information and event data associated with a routed event.
| |
Setter |
Applies a value to a property in a Style.
| |
SetterBase |
Represents the base class for value setters.
| |
Style |
Contains property setters that can be shared between instances of a type.
| |
TemplateInstance |
Defines a generated instance of a FrameworkTemplate.
| |
TextChangedEventArgs |
Provides data for the TextChanged event.
| |
UIElement |
UIElement is a base class for most of the objects that have visual appearance
and can process basic input in a user interface.
| |
VisualState |
Represents the visual appearance of the control when it is in a specific
state.
| |
VisualStateGroup |
Contains mutually exclusive VisualState objects and VisualTransition objects
that are used to go from one state to another.
| |
VisualStateManager |
Manages states and the logic for transitioning between states for controls.
| |
Window |
Represents an application window.
|
Structure | Description | |
---|---|---|
CornerRadius |
[SECURITY CRITICAL] Describes the characteristics of a rounded corner, such
as can be applied to a Windows.UI.Xaml.Controls.Border.
| |
Duration |
Represents the duration of time that a Windows.UI.Xaml.Media.Animation.Timeline
is active.
| |
GridLength |
Represents the length of elements that explicitly support Windows.UI.Xaml.GridUnitType.Star
unit types.
| |
Thickness |
[SECURITY CRITICAL] Describes the thickness of a frame around a rectangle.
Four System.Double values describe the Windows.UI.Xaml.Thickness.Left, Windows.UI.Xaml.Thickness.Top,
Windows.UI.Xaml.Thickness.Right, and Windows.UI.Xaml.Thickness.Bottom sides
of the rectangle, respectively.
|
Interface | Description | |
---|---|---|
IHasAccessToPropertiesWhereItIsUsed |
Delegate | Description | |
---|---|---|
ExceptionRoutedEventHandler |
Represents the method that will handle certain events that report exceptions.
These exceptions generally come from asynchronous operations. | |
PropertyChangedCallback |
Represents the callback that is invoked when the effective property value
of a dependency property changes.
| |
RoutedEventHandler |
Represents the method that will handle routed events.
| |
TextChangedEventHandler |
Represents the method that will handle the TextChanged event.
| |
ValueToHtmlConverter | ||
WindowSizeChangedEventHandler |
Represents the method that will handle the Window.SizeChanged event.
|
Enumeration | Description | |
---|---|---|
GridUnitType |
Describes the kind of value that a Windows.UI.Xaml.GridLength
object is holding.
| |
HorizontalAlignment |
Describes how a child element is vertically positioned or stretched within
a parent's layout slot.
| |
TextAlignment |
Specifies whether text is centered, left-aligned, or right-aligned.
| |
TextWrapping |
Specifies whether text wraps when it reaches the edge of its container.
| |
VerticalAlignment |
Describes how a child element is vertically positioned or stretched within
a parent's layout slot.
| |
Visibility |
Specifies the display state of an element.
| |
WhenToCallPropertyChangedEnum |