~ HitTestMode Operator
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Elements 2.9.1
Parameters
- operand
Returns
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.