Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Property geometry As Geometry
	Get
	Set
C#
public Geometry geometry { get; set; }
Visual C++
public:
property Geometry^ geometry {
	Geometry^ get ();
	void set (Geometry^ value);
}
JavaScript
function get_geometry();
function set_geometry(value);

See Also