ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / C1MapTilesLayer Class / Mode Property

In This Topic
    Mode Property
    In This Topic
    Gets or sets the MapTilesMode used by this tiles layer.
    Syntax
    'Declaration
     
    
    Public Property Mode As MapTilesMode
    public MapTilesMode Mode {get; set;}
    Remarks
    MapTilesMode.Native uses less CPU than MapTilesMode.DeepZoom, but its transitions aren't as smooth.
    See Also