Summary
Gets the next character hit for caret navigation.
- Namespace
- Avalonia
.Media .TextFormatting - Containing Type
- TextLine
Syntax
public abstract CharacterHit GetNextCaretCharacterHit(CharacterHit characterHit)
Parameters
Name | Type | Description |
---|---|---|
characterHit | CharacterHit | The current CharacterHit . |
Return Value
Type | Description |
---|---|
CharacterHit | The next CharacterHit . |