ContentIsland.IsHitTestVisibleWhenTransparent Property

Definition

Gets or sets whether visual hit testing is supported by this ContentIsland when not displaying any content.

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

Property Value

Boolean

bool

Remarks

This ContentIsland must be connected to a ContentSite to participate in hit testing.

Applies to