This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Specifies how hit testing should be performed on an Element

Location

Namespace
Fuse.Elements
Package
Fuse.Elements 2.9.1

Possible Values

None

Neither this element nor its children will be hit tested.

LocalVisual

The element will be hit tested based on its appearance.

LocalBounds

The element will be hit tested based on its size.

Children

Only the cildren of this element will be hit tested.

LocalVisualAndChildren

Hit testing will include the appearance of the element and its children.

LocalBoundsAndChildren

Hit testing will include the size of the element and its children.

Show Uno properties and methods

Interface of HitTestMode

Inherited from object