LineRect Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public Rectangle LineRect { get; private set; }
Visual Basic
Public Property LineRect As Rectangle
	Get
	Private Set
Visual C++
public:
property Rectangle LineRect {
	Rectangle get ();
	private: void set (Rectangle value);
}

See Also