FastColoredTextBox |
FastColoredTextBox..::..Item Property (Int32) |
FastColoredTextBox Class See Also Send Feedback |
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