Enum DrawStatus
The status of drawing in the GeoView.
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum DrawStatus
Remarks
Use this status to determine whether the content of a view is still drawing or drawing is completed. The drawing state of a GeoView can either be InProgress or Completed.
For example, when using Esri.ArcGISRuntime.UI.Controls.GeoView.ExportImageAsync() to take a screen capture of the view's visible area, you can use the draw status to determine whether the GeoView content has been rendered.
If you need to ensure that an individual layer has loaded and is visible, examine the LayerViewState returned by the GetLayerViewState(Layer) method.
Fields
Name | Description |
---|---|
Completed | Drawing of the GeoView is complete. |
InProgress | Drawing of the GeoView is in progress. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |