KeyframeAccessors.SetVisibility Method (Keyframe)
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls 2.9.1
Parameters
- kf
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.