TextChange
Class
Represents a text change.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
C#
public class TextChange
Inheritance: objectTextChange
Constructors
Initializes a new instance of the TextChange class.
Properties
Gets the inserted lines count.
C#
public int InsertedLineCount { get; }
Gets the line count difference.
C#
public int LineCountDelta { get; }
Methods
Reverses the text change.
Translates the given position.
C#
public int TranslatePosition(int position, PositionAnchoringType anchorType)