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