Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.17 KB

compositionclip_rotationangle.md

File metadata and controls

27 lines (17 loc) · 1.17 KB
-api-id -api-type
P:Windows.UI.Composition.CompositionClip.RotationAngle
winrt property

Windows.UI.Composition.CompositionClip.RotationAngle

-description

The angle of rotation applied to the clip, in radians.

-property-value

The angle of rotation applied to the clip, in radians. For a CompositionClip, the axis of rotation is always about the z-axis, with positive RotationAngle values resulting in a clockwise rotation and negative values resulting in a counter-clockwise rotation. For specifying RotationAngle in degrees, use CompositionClip.RotationAngleInDegrees. If both RotationAngle and CompositionClip.RotationAngleInDegrees are set on the same CompositionClip object, whichever value is set last will override the other value.

By default, the RotationAngle value on a clip is (0, 0).

-remarks

-examples

-see-also

CompositionClip.RotationAngleInDegrees, Visual.RotationAngle