Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

compositionclip_rotationangleindegrees.md

File metadata and controls

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

Windows.UI.Composition.CompositionClip.RotationAngleInDegrees

-description

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

-property-value

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

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

-remarks

-examples

-see-also

CompositionClip.RotationAngle, Visual.RotationAngle