AvalonEdit
AnchorMovementType Enumeration
NamespacesICSharpCode.AvalonEdit.DocumentAnchorMovementType
Defines how a text anchor moves.
Declaration Syntax
C#Visual BasicVisual C++
public enum AnchorMovementType
Public Enumeration AnchorMovementType
public enum class AnchorMovementType
Members
MemberDescription
Default When text is inserted at the anchor position, the type of the insertion determines where the caret moves to. For normal insertions, the anchor will move after the inserted text.
BeforeInsertion Behaves like a start marker - when text is inserted at the anchor position, the anchor will stay before the inserted text.
AfterInsertion Behave like an end marker - when text is insered at the anchor position, the anchor will move after the inserted text.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238