次の方法で共有


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

注釈

ヒット テストに参加するには、この ContentIslandContentSite に接続する必要があります。

適用対象