Class Line
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
IsSelected
Gets or sets a value indicating whether the line is selected.
public bool IsSelected { get; set; }
Property Value
Text
Gets or sets the text of the line.
public string Text { get; set; }