MapTileSource.IsFadingEnabled Property

Definition

Gets or sets a value that indicates whether fading is enabled for the tiles.

public:
 property bool IsFadingEnabled { bool get(); void set(bool value); };
bool IsFadingEnabled();

void IsFadingEnabled(bool value);
public bool IsFadingEnabled { get; set; }
var boolean = mapTileSource.isFadingEnabled;
mapTileSource.isFadingEnabled = boolean;
Public Property IsFadingEnabled As Boolean

Property Value

Boolean

bool

true if fading is enabled for the tiles; otherwise, false.

Applies to

See also