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

In This Topic
    FadeInTiles Property (C1MapTilesLayer)
    In This Topic
    Gets or sets whether tiles fade in on load. This property can only be used with the native tiles mode.
    Syntax
    'Declaration
     
    
    Public Property FadeInTiles As Boolean
    public bool FadeInTiles {get; set;}
    See Also