Specifies visibility for components.
Namespace: MindFusion.Drawing
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
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