UIElement.TransformMatrix Property

Definition

Gets or sets the transformation matrix to apply to the element.

C#
public Matrix4x4 TransformMatrix { get; set; }

Property Value

Matrix4x4

The transformation matrix to apply to the element.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Remarks

This property is not compatible with ElementCompositionPreview.GetElementVisual. Attempting to use TransformMatrix after calling GetElementVisual will fail with the following error:

Access denied. Calling TransformMatrix API is not allowed on this object at this time, as this object currently has the ElementCompositionPreview.GetElementVisual property in use.

Applies to

Product Versions
WinRT Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100