New to Telerik UI for WPFStart a free 30-day trial

Represents version of the text document.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Text

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

C#
public class TextVersion

Inheritance: objectTextVersion

Properties

Change with the next version.

C#
public TextChange ChangeToNextVersion { get; }

The length of the text.

C#
public int Length { get; }

The next version.

C#
public TextVersion Next { get; }

The document.

C#
public TextDocument TextDocument { get; }

Version number.

C#
public int VersionNumber { get; }