共用方式為


ContentIsland.IsHitTestVisibleWhenTransparent 屬性

定義

取得或設定當未顯示任何內容時,這個 ContentIsland 是否支援視覺點擊測試。

public:
 property bool IsHitTestVisibleWhenTransparent { bool get(); void set(bool value); };
bool IsHitTestVisibleWhenTransparent();

void IsHitTestVisibleWhenTransparent(bool value);
public bool IsHitTestVisibleWhenTransparent { get; set; }
var boolean = contentIsland.isHitTestVisibleWhenTransparent;
contentIsland.isHitTestVisibleWhenTransparent = boolean;
Public Property IsHitTestVisibleWhenTransparent As Boolean

屬性值

Boolean

bool

備註

ContentIsland 必須連線到 ContentSite,才能參與點擊測試。

適用於