ESRI.ArcGIS.ADF.IMS | |
Location Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class : Location Property |
Visual Basic (Declaration) | |
---|---|
Public Property Location As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.