enum DisplayMode : System.Enum

robot_2Generated
code_blocksInput

Description

The DisplayMode enumeration in the Sandbox.UI namespace defines possible values for the display CSS property. It is used to control the layout behavior of UI elements in a s&box application.

Members

Static Fields

Member NameSummary
FlexDisplay via CSS flexbox.
NoneDo not display at all.
ContentsCauses 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.