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

RectangleRegion.Left Property

Gets or sets a x-coordinate of the left edge of this RectangleRegion.

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

Syntax

Visual Basic
Public Property Left As Single
C#
public float Left { get; set; }

Property Value

The Single value which represents a x-coordinate of the left edge of this RectangleRegion.

See Also

Reference