Api Sandbox UI DisplayMode
enum

DisplayMode

public sealed enum DisplayMode : Enum

Possible values for display CSS property.

Enum Values

Name Value Description
Flex Display via CSS flexbox.
None Do not display at all.
Contents Causes an element's children to appear as if they were direct children of the element's parent, ignoring the element itself. This can be useful when a wrapper element should be ignored.
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.DisplayMode