[]
Specifies the visibility of an object.
public enum VisibilityEnum
| Name | Description |
|---|---|
| Collapse | Object is not visible, its size is zero and it does not affect the layout of other objects. |
| Hidden | Object is not visible, but takes up space and affects the layout of other objects as if it were visible. |
| Visible | Object is visible. |