Specifies the visibility of an object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum VisibilityEnum |
Visual Basic |
---|
Public Enumeration VisibilityEnum |
Members
Member name | Description | |
---|---|---|
Visible | Object is visible. | |
Hidden | Object is not visible, but takes up space and affects the layout of other objects as if it were visible. | |
Collapse | Object is not visible, its size is zero and it does not affect the layout of other objects. |