Enum Visibility
Specifies the display state of an element.
public enum Visibility
Fields
Collapsed = 2
Do not display the element, and do not reserve space for it in layout.
Hidden = 1
Do not display the element, but reserve space for the element in layout.
Visible = 0
Display the element.