Class ModifiedLineRegion
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents information about a scope of lines in the text whose content is modified.
public class ModifiedLineRegion
- Inheritance
-
ModifiedLineRegion
Constructors
- ModifiedLineRegion(int, int, bool)
Initializes a new instance of the ModifiedLineRegion class with specified parameters.
Properties
- LineCount
Gets the number of modified lines.
- Saved
Gets a value indicating whether the lines inside this region have not changed since the last saving.
- StartLineIndex
Gets the start index of the region area.