MapTileSource.IsTransparencyEnabled Property

Definition

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.

Applies to

See also