Visibility Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Specifies the display state of an element.
public enum Visibility
Fields
| 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 element. |