Visibility.Hidden Literal
The element is invisible but nonetheless occupies space in the layout (the layout of it and its children are calculated normally). Hidden elemenets nonetheless do not participate in hit testing.
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Elements 2.9.1
Returns
Possible Values
- Visible
-
The element is visible and part of the layout
- Collapsed
-
The element is invisible and takes up no space in layout
- Hidden
-
The element is invisible but nonetheless occupies space in the layout (the layout of it and its children are calculated normally). Hidden elemenets nonetheless do not participate in hit testing.