Item Property (Int32)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Gets Line

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Line this[
	int iLine
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	iLine As Integer _
) As Line
	Get
Visual C++
public:
property Line^ default[int iLine] {
	Line^ get (int iLine);
}

Parameters

iLine
Type: System..::..Int32

See Also