ContentIsland.IsHitTestVisibleWhenTransparent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.