GetNextCharacterHit Method
Definition
Namespace: Avalonia.Controls.Presenters
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public CharacterHit GetNextCharacterHit(
LogicalDirection direction = LogicalDirection.Forward
)
Public Function GetNextCharacterHit (
Optional direction As LogicalDirection = LogicalDirection.Forward
) As CharacterHit
member GetNextCharacterHit :
?direction : LogicalDirection
(* Defaults:
let _direction = defaultArg direction LogicalDirection.Forward
*)
-> CharacterHit
Parameters
- LogicalDirection (Optional)