ESRI.ArcGIS.ADF.IMS
Location Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class : Location Property




Gets or sets the point-based location of where the text element is displayed.

Syntax

Visual Basic (Declaration) 
Public Property Location As Point
Visual Basic (Usage)Copy Code
Dim instance As TextElement
Dim value As Point
 
instance.Location = value
 
value = instance.Location
C# 
public Point Location {get; set;}

Remarks

If AcetateUnits are set to Pixel, the location is relative to the lower left corner of the map image. If AcetateUnits are set to Database, the location is relative to the coordinates of the map.

Requirements

For an example of using this property, see TextElement(string, AcetateUnits) constructor.

See Also

© 2010 All Rights Reserved.