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

BaseRectangleVObject.angle Property

Gets or sets an angle (in degrees) to rotate the rectangle on.

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 BaseRectangleVObject.Angle server-side member.

See Also

Reference