TextSnapshot
Class
Represents a snapshot of the text.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
C#
public class TextSnapshot
Inheritance: objectTextSnapshot
Properties
Gets the lines.
C#
public IEnumerable<TextSnapshotLine> Lines { get; }
Gets the text document.
C#
public TextDocument TextDocument { get; }
Gets an index-based char.
Gets the version of the snapshot.
C#
public TextVersion Version { get; }