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

RectangleVObject.Location Property

Gets or sets the coordinates of the upper-left corner of this RectangleVObject.

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

Syntax

Visual Basic
Public Overridable Property Location As PointF
C#
public virtual PointF Location { get; set; }

Property Value

The PointF value which represents the upper-left corner of this RectangleVObject.

See Also

Reference