Skip to content

DevExpress-Examples/winforms-map-show-the-progress-of-loading-image-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map for WinForms - How to Show the Progress of Loading Image Tiles

This example shows how to visualize the progress of loading image tiles with a progress bar. To accomplish this task, handle the ImageTilesLayer.RequestDataLoading event and specify how the progress bar should be updated with the UpdateProgressBar method. Then, handle the LayerBase.DataLoaded event to specify the final state of the progress bar when the data load is finished.

Files to Review

Documentation

Map Image Data

About

This example shows how to visualize the progress of loading image tiles with a progress bar.

Topics

Resources

License

Stars

Watchers

Forks