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