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

See Also

Reference