Controls how the anchor moves.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public AnchorMovementType MovementType { get; set; }
Public Property MovementType As AnchorMovementType Get Set
public: virtual property AnchorMovementType MovementType { AnchorMovementType get () sealed; void set (AnchorMovementType value) sealed; }
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