Visibility
is a three-state System.Windows.Visibility enumeration:
- Visible - The element gets rendered and participates in layout.
- Collapsed - The element is invisible and does not participate in layout. Effectively giving it a height and width of 0 and behaving as if it doesn't exist.
- Hidden - The element is invisible but continues to participate in layout.