ContentIsland.IsHitTestVisibleWhenTransparent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當未顯示任何內容時,這個 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,才能參與點擊測試。