Specifies the visibility of an object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum VisibilityEnum
Visual Basic
Public Enumeration VisibilityEnum

Members

Member nameDescription
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.

See Also