TextLine.

GetBackspaceCaretCharacterHit(CharacterHit) Method

Summary

Gets the previous character hit after backspacing.
Namespace
Avalonia.Media.TextFormatting
Containing Type
TextLine

Syntax

public abstract CharacterHit GetBackspaceCaretCharacterHit(CharacterHit characterHit)

Parameters

Name Type Description
characterHit CharacterHit The current CharacterHit.

Return Value

Type Description
CharacterHit The CharacterHit after backspacing.