Table of Contents

Class Line

Namespace
Loehnert.Lisrt.Scripting.Editor.File
Assembly
Loehnert.Lisrt.Scripting.dll

Represents a line in a text document.

public class Line
Inheritance
Line
Inherited Members

Properties

Indention

Gets or sets the indention (number of leading whitespaces).

public int Indention { get; set; }

Property Value

int

IsSelected

Gets or sets a value indicating whether the line is selected.

public bool IsSelected { get; set; }

Property Value

bool

Text

Gets or sets the text of the line.

public string Text { get; set; }

Property Value

string