Controls how the anchor moves.
Declaration Syntax
C# | Visual Basic | Visual C++ |
AnchorMovementType MovementType { get; set; }
Property MovementType As AnchorMovementType Get Set
property AnchorMovementType MovementType { AnchorMovementType get (); void set (AnchorMovementType value); }
Remarks
Anchor movement is ambiguous if text is inserted exactly at the anchor's location.
Does the anchor stay before the inserted text, or does it move after it?
The property MovementType will be used to determine which of these two options the anchor will choose.
The default value is Default.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238