Enum Visibility
Specifies the display state of an element.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum Visibility
Fields
| Name | Description |
|---|---|
| Collapsed | Do not display the element, and do not reserve space for it in layout. |
| Visible | Display the element. |