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

RectangleRegion.Top Property

Gets or sets a y-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 Top As Single
C#
public float Top { get; set; }

Property Value

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

See Also

Reference