TextPointerContext Enumeration
.NET Framework (current version)
Determines the category of content that is adjacent to a TextPointer in a specified LogicalDirection.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| ElementEnd | The TextPointer is adjacent to the closing tag of a TextElement. | |
| ElementStart | The TextPointer is adjacent to the opening tag of a TextElement. | |
| EmbeddedElement | The TextPointer is adjacent to an embedded UIElement or ContentElement. | |
| None | The TextPointer is adjacent to the beginning or end of content. | |
| Text | The TextPointer is adjacent to text. |
.NET Framework
Available since 3.0
Available since 3.0
Show: