Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 788 Bytes

visual_rotationangle.md

File metadata and controls

31 lines (18 loc) · 788 Bytes
-api-id -api-type
P:Windows.UI.Composition.Visual.RotationAngle
winrt property

Windows.UI.Composition.Visual.RotationAngle

-description

The rotation angle in radians of the visual. Animatable.

-property-value

The rotation angle in radians of the visual.

-remarks

To use degrees instead of radians use RotationAngleInDegrees.

Visual supports two forms of rotation, by axis-angle, and by orientation.

This property can be animated. Call CompositionObject.StartAnimation to associate it with a CompositionAnimation.

-examples

-see-also