ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / C1MapVirtualLayer Class / MapItemsSource Property

In This Topic
    MapItemsSource Property (C1MapVirtualLayer)
    In This Topic
    Gets os sets the current IMapVirtualSource for this C1MapVirtualLayer.
    Syntax
    'Declaration
     
    
    Public Property MapItemsSource As IMapVirtualSource
    public IMapVirtualSource MapItemsSource {get; set;}
    See Also