ESRI.ArcGIS.ADF.ArcGISServer
Rectangle Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RectangleElement Class : Rectangle Property




Shape of the element as a geometry, in this case it is a Polygon.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Rectangle As Geometry
Visual Basic (Usage)Copy Code
Dim instance As RectangleElement
Dim value As Geometry
 
instance.Rectangle = value
 
value = instance.Rectangle
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public Geometry Rectangle {get; set;}

See Also

© 2010 All Rights Reserved.