MapTileSource.IsTransparencyEnabled 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 transparency is enabled for the tiles.
public:
property bool IsTransparencyEnabled { bool get(); void set(bool value); };
bool IsTransparencyEnabled();
void IsTransparencyEnabled(bool value);
public bool IsTransparencyEnabled { get; set; }
var boolean = mapTileSource.isTransparencyEnabled;
mapTileSource.isTransparencyEnabled = boolean;
Public Property IsTransparencyEnabled As Boolean
Property Value
Boolean
bool
true if transparency is enabled for the tiles; otherwise, false.