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.dll)

Syntax

Java Script
function get_angle();
function set_angle(value);

Property Value

The rotation angle.

Remarks

This property corresponds to Transform.Angle server-side member.

See Also

Reference