![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Location Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class : Location Property |
Visual Basic (Declaration) | |
---|---|
Public Property Location As Point |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TextElement Dim value As Point instance.Location = value value = instance.Location |
C# | |
---|---|
public Point Location {get; set;} |
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.
For an example of using this property, see TextElement(string, AcetateUnits) constructor.