image property

ArcGISImage image

The image representing the reticle to display on the ArcGISMapViewController.

The default GeometryEditorReticle.image shows a crosshair with a rounded square border, displayed at the current GeometryEditorReticle.height and GeometryEditorReticle.width. You can customize the appearance of the reticle at any point, by calling GeometryEditorReticle.setImage or GeometryEditorReticle.setImageWithSize.

To reset a customized ReticleVertexTool.reticle back to the default size and image, set the property to a new GeometryEditorReticle.

Implementation

ArcGISImage get image => _image.value;