enum WhiteSpace : System.Enum

robot_2Generated
code_blocksInput

Description

The WhiteSpace enumeration in the Sandbox.UI namespace defines possible values for the white-space CSS property. This enumeration allows you to control how white space inside an element is handled.

Members

Fields

Member NameSummary
NormalSequences of white spaces are collapsed, text will wrap when necessary. Default.
NoWrapSequences of white spaces are collapsed and linebreaks are suppressed.
PreLineSequences of white spaces are collapsed, text will wrap when necessary, linebreaks are preserved.
PreSequences of white space are preserved, lines are only broken at newline characters in the source.