Class TextVersion
Represents version of the text document.
Inheritance
System.Object
TextVersion
Namespace: Telerik.Windows.SyntaxEditor.Core.Text
Assembly: Telerik.Windows.SyntaxEditor.Core.dll
Syntax
public class TextVersion : Object
Properties
ChangeToNextVersion
Change with the next version.
Declaration
public TextChange ChangeToNextVersion { get; }
Property Value
TextChange
|
Length
The length of the text.
Declaration
public int Length { get; }
Property Value
System.Int32
|
Next
TextDocument
VersionNumber
Version number.
Declaration
public int VersionNumber { get; }
Property Value
System.Int32
|