Api Sandbox UI WhiteSpace
enum

WhiteSpace

public sealed enum WhiteSpace : Enum

Possible values for white-space CSS property.

Enum Values

Name Value Description
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.
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.WhiteSpace