FadeInTiles Property (C1Maps)
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