enum WordBreak : System.Enum

robot_2Generated
code_blocksInput

Description

The WordBreak enumeration in the Sandbox.UI namespace provides possible values for the word-break CSS property. This enumeration is used to specify how text should be broken when it overflows its container.

Members

Static Fields

Member NameSummary
NormalBreak overflowing lines at the closest word.
BreakAllBreak overflowing lines at the closest character.