TextUnit Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents pre-defined units of text for the purposes of navigation within a document.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Character | Specifies that the text unit is one character in length. | |
| Format | Specifies that the text unit is the length of a single, common format specification, such as bold, italic, or similar. | |
| Word | Specifies that the text unit is one word in length. | |
| Line | Specifies that the text unit is one line in length. | |
| Paragraph | Specifies that the text unit is one paragraph in length. | |
| Page | Specifies that the text unit is one document-specific page in length. | |
| Document | Specifies that the text unit is an entire document in length. |
Show: