C1.Silverlight.RichTextBox.Documents Namespace : C1TextPointer Class |
For a list of all members of this type, see C1TextPointer members.
Name | Description | |
---|---|---|
![]() | ClosestCaret | Gets the closest position that is a caret position. |
![]() | Element | The C1TextElement where the C1TextPointer is positioned. |
![]() | IsCaretPosition | Gets whether a position is a valid caret position, that is, a position where an edit caret can be placed. |
![]() | IsWordEnd | Returns whether the position is just after a word. |
![]() | IsWordStart | Returns whether the position is just before a word. |
![]() | LogicalDirection | Gets the logical direction associated with the current position which is used to disambiguate content associated with the current position. |
![]() | Offset | The offset inside of Element where the C1TextPointer is positioned. |
![]() | PreviousSymbol | Gets the symbol preceding this position (see GetSymbol). |
![]() | Symbol | Gets the symbol following this position (see GetSymbol). |
![]() | TextOffset | Gets the index of this position in its document text. |