Search
Visibility Enumeration
See Also
 





Specifies visibility for components.

Namespace: MindFusion.Drawing
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Visibility = {}

 Members

  Member name Description

Collapsed

Specifies that the component is hidden, and the space it occupies in the layout is not preserved.

Hidden

Specifies that the component is hidden, but the space it occupies in the layout is preserved.

Visible

Specifies that the component is visible.

 See Also