HitTestMode Enum
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.
Interface of HitTestMode
Children : HitTestMode uno
Only the cildren of this element will be hit tested.
HasFlag(HitTestMode) : bool uno
HitTestMode - HitTestMode : HitTestMode uno
HitTestMode != HitTestMode : bool uno
HitTestMode & HitTestMode : HitTestMode uno
HitTestMode ^ HitTestMode : HitTestMode uno
HitTestMode == HitTestMode : bool uno
HitTestMode | HitTestMode : HitTestMode uno
LocalBounds : HitTestMode uno
The element will be hit tested based on its size.
LocalBoundsAndChildren : HitTestMode uno
Hit testing will include the size of the element and its children.
LocalVisual : HitTestMode uno
The element will be hit tested based on its appearance.
LocalVisualAndChildren : HitTestMode uno
Hit testing will include the appearance of the element and its children.
None : HitTestMode uno
Neither this element nor its children will be hit tested.