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




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

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Rectangle As Geometry
Visual Basic (Usage)Copy Code
Dim instance As CircleElement
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.