This documentation is for the old version. Go to the latest Graphics Mill docs

Transform.Angle Property

Gets or sets a rotation angle (in degrees).

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property Angle As Double
C#
public double Angle { get; set; }

Property Value

The Double value which represents a rotation angle.

Default value is 0.

See Also

Reference