ESRI.ArcGIS.ADF.ArcGISServer
TextGeometry Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ParagraphTextElement Class : TextGeometry Property




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

Syntax

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

See Also

© 2010 All Rights Reserved.