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

In This Topic
    C1MapVirtualLayer Class
    In This Topic
    A IMapLayer that displays its items positioned geographically and only shows the items actually in view.
    Object Model
    C1MapVirtualLayer Class
    Syntax
    'Declaration
     
    
    Public Class C1MapVirtualLayer 
       Inherits System.Windows.Controls.Control
       Implements IMapLayer 
    public class C1MapVirtualLayer : System.Windows.Controls.Control, IMapLayer  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Maps.C1MapVirtualLayer

    See Also