Line Class

T3000 CrossPlatform

Line Class

[This is preliminary documentation and is subject to change.]

Line of text
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSLine

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class Line : IList<Char>, ICollection<Char>, 
	IEnumerable<Char>, IEnumerable
Public Class Line
	Implements IList(Of Char), ICollection(Of Char), 
	IEnumerable(Of Char), IEnumerable

Dim instance As Line

The Line type exposes the following members.

Properties
  NameDescription
Public propertyAutoIndentSpacesNeededCount
Count of needed start spaces for AutoIndent
Public propertyBackgroundBrush
Background brush.
Public propertyCount
Chars count
Public propertyFoldingEndMarker
Public propertyFoldingStartMarker
Public propertyIsChanged
Text of line was changed
Public propertyIsReadOnly
Public propertyItem
Public propertyLastVisit
Time of last visit of caret in this line
Public propertyStartSpacesCount
Count of start spaces
Public propertyText
Text of the line
Public propertyUniqueId
Unique ID
Top
Methods
  NameDescription
Public methodAdd
Public methodAddRange
Public methodClear
Public methodClearFoldingMarkers
Clears folding markers
Public methodClearStyle
Clears style of chars, delete folding markers
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Public methodRemoveRange
Public methodToString (Inherited from Object.)
Public methodTrimExcess
Top
Fields
  NameDescription
Protected fieldchars
Top
See Also