List of map providers available for the platform currently being edited.
Namespace: Ico.Ewx.DesignAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public ObservableCollection<string> MapProvidersCollection { get; set; } |
| Visual Basic |
|---|
Public Property MapProvidersCollection As ObservableCollection(Of String)
Get
Set |
| JScript |
|---|
function get MapProvidersCollection () : ObservableCollection<String>
function set MapProvidersCollection (value : ObservableCollection<String>) |
See Also