TextUnit Enumeration
Represents pre-defined units of text for the purposes of navigation within a document.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| Character | Specifies that the text unit is one character in length. | |
| Document | Specifies that the text unit is an entire document in length. | |
| Format | Specifies that the text unit is the length of a single, common format specification, such as bold, italic, or similar. | |
| Line | Specifies that the text unit is one line in length. | |
| Page | Specifies that the text unit is one document-specific page in length. | |
| Paragraph | Specifies that the text unit is one paragraph in length. | |
| Word | Specifies that the text unit is one word in length. |
Any method using TextUnit will deprecate up to the next supported TextUnit if the given TextUnit is not supported by the control.
The order, from smallest unit to largest, is listed below.
Character
Format
Word
Line
Paragraph
Page
Document
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1