Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 866 Bytes

uielement_transformmatrix.md

File metadata and controls

28 lines (17 loc) · 866 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.UIElement.TransformMatrix
winrt property

Microsoft.UI.Xaml.UIElement.TransformMatrix

-description

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

-property-value

The transformation matrix to apply to the element.

-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.

-see-also

-examples