 | WhiteSpaces Enumeration |
Classifies white spaces in plain text.
Namespace:
TomsToolbox.Wpf
Assembly:
TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 1.0.68.0
Syntax[FlagsAttribute]
public enum WhiteSpaces
<FlagsAttribute>
Public Enumeration WhiteSpaces
Members
| Member name | Value | Description |
---|
| None | 0 |
No white space
|
| Paragraph | 1 |
Paragraphs (i.e. line breaks)
|
| Space | 2 |
Spaces
|
| Tab | 4 |
Tab characters
|
| All | 7 |
All white space
|
See Also