[]
Specifies the display state of a component.
public enum Visibility
Name | Description |
---|---|
Collapsed | Do not display the element, and do not reserve space for it in layout. |
Hidden | Do not display the element, but reserve space for the element in layout. |
Visible | Display the component. |