Windows namespaces for UWP apps
The Windows namespaces (Windows.Foundation, Windows.UI, Windows.UI.Xaml, Windows.UI.Xaml.Controls.Primitives, Windows.UI.Xaml.Media, Windows.UI.Xaml.Media.Animation, and Windows.UI.Xaml.Media.Media3D) contain types for managing the user interface of your application.
This topic displays the types in the Windows namespaces that are included in .NET for UWP apps. Note that .NET for UWP apps do not include all the members of each type. For information about individual types, see the linked topics. The documentation for a type indicates which members are included in .NET for UWP apps.
Types supported in the .NET for UWP apps | Description |
|---|---|
Describes a color in terms of alpha, red, green, and blue channels. |
Types supported in the .NET for UWP apps | Description |
|---|---|
Describes the characteristics of a rounded corner, such as can be applied to a Windows.UI.Xaml.Controls.Border. | |
Represents the duration of time that a Windows.UI.Xaml.Media.Animation.Timeline is active. | |
Specifies whether a Duration has a special value of Automatic or Forever, or has valid information in its TimeSpan component. | |
Represents the length of elements that explicitly support Star unit types. | |
Describes the kind of value that a GridLength object is holding. | |
Describes the thickness of a frame around a rectangle. Four Double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively. |
Types supported in the .NET for UWP apps | Description |
|---|---|
Used to describe the position of an item that is managed by Windows.UI.Xaml.Controls.ItemContainerGenerator. |
Types supported in the .NET for UWP apps | Description |
|---|---|
Represents a 3x3 affine transformation matrix used for transformations in two-dimensional space. |
Types supported in the .NET for UWP apps | Description |
|---|---|
Specifies when a particular key frame should take place during an animation. | |
Describes how a Windows.UI.Xaml.Media.Animation.Timeline repeats its simple duration. | |
Specifies the repeat mode that a RepeatBehavior raw value represents. |
Types supported in the .NET for UWP apps | Description |
|---|---|
Represents a 4 × 4 matrix that is used for transformations in a three-dimensional (3-D) space. |