Property GraphicsOverlays
GraphicsOverlays
Gets or sets a collection of GraphicsOverlay objects used to display graphics on top of the view's content.
Declaration
public GraphicsOverlayCollection GraphicsOverlays { get; set; }
Property Value
Type | Description |
---|---|
GraphicsOverlayCollection | A collection of GraphicsOverlay objects used to display graphics on top of the view's content. |
Remarks
To display graphics in the GeoView, add the graphics to a GraphicsOverlay and add the to this collection. The order of the GraphicsOverlay objects in the collection reflects their display order in the view. The first GraphicsOverlay in the collection is drawn beneath all other graphic overlays.
You cannot add duplicate GraphicsOverlay objects to the collection or use this graphics overlay collection in another GeoView.
Use methods such as IdentifyGraphicsOverlaysAsync(Point, Double, Boolean), to identify graphics in this collection.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |