MapTileSource.IsTransparencyEnabled Свойство

Определение

Возвращает или задает значение, указывающее, включена ли прозрачность для плиток.

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

Значение свойства

Boolean

bool

Значение true , если для плиток включена прозрачность; в противном случае — false.

Применяется к

См. также раздел