MapControl.LoadingStatus Property

Definition

Gets the loading status of the map to be displayed in the MapControl.

public:
 property MapLoadingStatus LoadingStatus { MapLoadingStatus get(); };
MapLoadingStatus LoadingStatus();
public MapLoadingStatus LoadingStatus { get; }
var mapLoadingStatus = mapControl.loadingStatus;
Public ReadOnly Property LoadingStatus As MapLoadingStatus

Property Value

The loading status of the map to be displayed in the MapControl.

Applies to

See also