[]
        
(Showing Draft Content)

C1.C1Preview.VisibilityEnum

VisibilityEnum Enum

Specifies the visibility of an object.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public enum VisibilityEnum

Fields

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.