Map for WinForms | ComponentOne
C1.Win.Map Namespace / TileLayer Class / TileSource Property

In This Topic
    TileSource Property (TileLayer)
    In This Topic
    Gets or sets the tile source for this layer.
    Syntax
    'Declaration
     
    
    Public Property TileSource As ITileSource
    public ITileSource TileSource {get; set;}
    Remarks
    Sets to null to make the tile layer disabled.
    See Also