Search
Visibility Enumeration
See Also
 





Specifies visibility for components.

Namespace: MindFusion.Drawing
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Visibility = {}

 Members

  Member name Description

Hidden

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

Collapsed

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

Visible

Specifies that the component is visible.

 See Also