共用方式為


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

適用於

另請參閱