Enum Visibility
Types of element visibility
public enum Visibility
Fields
Collapsed = 2The element is not visible to the layout system (i.e. for measurement and arrangment) or the user
Hidden = 1The element is still visible to the layout system (i.e. for measurement and arrangement), but not to the user
Visible = 0The element is visible