Gets/sets an angle (in degrees) to rotate on.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Property Angle As Single

C#

public float Angle { get; set; }

Property Value

An angle (in degrees) to rotate on.

Remarks

Image is rotated clockwise. To rotate it counter-clockwise, specify negative angle.

Default value is 0.