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.
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.
Member Name | Summary |
---|---|
Normal | Sequences of white spaces are collapsed, text will wrap when necessary. Default. |
NoWrap | Sequences of white spaces are collapsed and linebreaks are suppressed. |
PreLine | Sequences of white spaces are collapsed, text will wrap when necessary, linebreaks are preserved. |
Pre | Sequences of white space are preserved, lines are only broken at newline characters in the source. |