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

In This Topic
    VirtualEarthSource Class
    In This Topic
    Base class for Virtual Earth sources.
    Object Model
    VirtualEarthSource Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class VirtualEarthSource 
       Inherits QuadTreeTileSource
    public abstract class VirtualEarthSource : QuadTreeTileSource 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.Media.MultiScaleTileSource
             C1.Silverlight.Maps.C1MultiScaleTileSource
                C1.Silverlight.Maps.QuadTreeTileSource
                   C1.Silverlight.Maps.VirtualEarthSource
                      C1.Silverlight.Maps.VirtualEarthAerialSource
                      C1.Silverlight.Maps.VirtualEarthHybridSource
                      C1.Silverlight.Maps.VirtualEarthRoadSource

    See Also