Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.77 KB

compositetransform3d.md

File metadata and controls

34 lines (21 loc) · 1.77 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Media.Media3D.CompositeTransform3D
winrt class

Microsoft.UI.Xaml.Media.Media3D.CompositeTransform3D

-description

Represents 3-D scale, rotation, and translate transforms to be applied to an element.

-remarks

For examples and more info about using [CompositeTransform3D class, see the UIElement.Transform3D property.

The available transforms are applied in the following order:

All transformations occur around the same center point defined by CenterX, CenterY, and CenterZ.

You can animate each property of a CompositeTransform3D independently.

-examples

-see-also

Transform3D, PerspectiveTransform3D class, UIElement.Transform3D property, Transform3D parallax sample (Windows 10), Transform3D animations sample (Windows 10)