Skip to content

Rotate

The Rotate effect will rotate a control the specified amount of degrees.

Properties

RotationDegrees - float

Gets or sets the degrees to rotate.

Example Usage

C#

pillButton.VisualEffects.Add(new Aurora.VisualEffects.Rotate {RotationDegrees = 120});