ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders Namespace / TileProvidersManager Class / Providers Property

In This Topic
    Providers Property (TileProvidersManager)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Providers As IEnumerable(Of TileProviderInfo)
    public IEnumerable<TileProviderInfo> Providers {get;}
    See Also