This represents the white-space css property.
Public Attributes | |
| const int | Normal =1 |
| Wraps onto new lines. More... | |
| const int | NoWrap =1<<2 |
| Doesn't wrap at all. More... | |
| const int | Pre =1<<3 |
| Preserves spaces and potentially newlines too. More... | |
| const int | PreLine =1<<4 |
| const int | PreWrap =1<<5 |
| const int | NormalOrNoWrap =Normal | NoWrap |
| const int | Wrappable =Normal | PreWrap | PreLine |
| const int Css.WhiteSpaceMode.Normal =1 |
Wraps onto new lines.
| const int Css.WhiteSpaceMode.NoWrap =1<<2 |
Doesn't wrap at all.
| const int Css.WhiteSpaceMode.Pre =1<<3 |
Preserves spaces and potentially newlines too.
| const int Css.WhiteSpaceMode.PreLine =1<<4 |
| const int Css.WhiteSpaceMode.PreWrap =1<<5 |