TextSnapshotLine
Class
Represents a line from the snapshot.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
C#
public class TextSnapshotLine
Inheritance: objectTextSnapshotLine
Properties
Gets the line number.
C#
public int LineNumber { get; }
Gets the snapshot of this line instance.
C#
public TextSnapshot Snapshot { get; }
Methods
Operators
Implementation of != operator.
C#
public static bool operator !=(TextSnapshotLine left, TextSnapshotLine right)
Implementation of == operator.
C#
public static bool operator ==(TextSnapshotLine left, TextSnapshotLine right)