TextLine.

GetPreviousCaretCharacterHit(CharacterHit) Method

Summary

Gets the previous character hit for caret navigation.
Namespace
Avalonia.Media.TextFormatting
Containing Type
TextLine

Syntax

public abstract CharacterHit GetPreviousCaretCharacterHit(CharacterHit characterHit)

Parameters

Name Type Description
characterHit CharacterHit The current CharacterHit.

Return Value

Type Description
CharacterHit The previous CharacterHit.