MapTileSource.IsFadingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.