Show / Hide Table of Contents

Property DrawStatus

DrawStatus

Gets the current drawing status of the content displayed in the GeoView.

Declaration
public DrawStatus DrawStatus { get; }
Property Value
Type Description
DrawStatus

The current drawing status of the content displayed in the GeoView.

Remarks

New content is drawn every time a user pans or zooms the view, or the app programmatically changes its visible area. There is a short delay before this drawing phase completes. You can use DrawStatus to detect whether this drawing phase is in progress or has completed. For example, you may want to take a screen capture of a view's visible area (ExportImageAsync()) when drawing is completed. You can also use the DrawStatusChanged event to accomplish the same thing.

Applies to

Platforms and versions
TargetVersions
.NET Windows100.13 - 200.7
.NET Framework100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.