Visibility Enum
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.
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Elements 2.9.1
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.
Interface of Visibility
Collapsed : Visibility uno
The element is invisible and takes up no space in layout
HasFlag(Visibility) : bool uno
Hidden : Visibility uno
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.
Visibility - Visibility : Visibility uno
Visibility != Visibility : bool uno
Visibility & Visibility : Visibility uno
Visibility ^ Visibility : Visibility uno
Visibility == Visibility : bool uno
Visibility | Visibility : Visibility uno
Visible : Visibility uno
The element is visible and part of the layout