ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / MapTilesMode Enumeration

In This Topic
    MapTilesMode Enumeration
    In This Topic
    Defines the modes used to display tiles in C1MapTilesLayer.
    Syntax
    'Declaration
     
    
    Public Enum MapTilesMode 
       Inherits System.Enum
    public enum MapTilesMode : System.Enum 
    Members
    MemberDescription
    DeepZoomUse Deep Zoom.
    NativeUse native Silverlight implementation with low CPU usage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Maps.MapTilesMode

    See Also