Gets and sets the control's top-left corner position within the parent control.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Vector Location { get; set; }
Visual Basic (Declaration)
Public Property Location As Vector
Visual C++
public:
property Vector Location {
	Vector get ();
	void set (Vector value);
}

See Also