Windows namespaces for UWP apps

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 .NET for UWP apps

Description

Point

Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.

Rect

Describes the width, height, and point origin of a rectangle.

Size

Describes the width and height of an object.

Types supported in the .NET for UWP apps

Description

Color

Describes a color in terms of alpha, red, green, and blue channels.

Types supported in the .NET for UWP apps

Description

CornerRadius

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.

DurationType

Specifies whether a Duration has a special value of Automatic or Forever, or has valid information in its TimeSpan component.

GridLength

Represents the length of elements that explicitly support Star unit types.

GridUnitType

Describes the kind of value that a GridLength object is holding.

Thickness

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

GeneratorPosition

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

Matrix

Represents a 3x3 affine transformation matrix used for transformations in two-dimensional space.

Types supported in the .NET for UWP apps

Description

KeyTime

Specifies when a particular key frame should take place during an animation.

RepeatBehavior

Describes how a Windows.UI.Xaml.Media.Animation.Timeline repeats its simple duration.

RepeatBehaviorType

Specifies the repeat mode that a RepeatBehavior raw value represents.

Types supported in the .NET for UWP apps

Description

Matrix3D

Represents a 4 × 4 matrix that is used for transformations in a three-dimensional (3-D) space.

Show:
© 2017 Microsoft