PaintLineEventArgs.LineRect Property

T3000 CrossPlatform

PaintLineEventArgsLineRect Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.PaintLineEventArgs.LineRect"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Rectangle LineRect { get; }
Public ReadOnly Property LineRect As Rectangle
	Get

Dim instance As PaintLineEventArgs
Dim value As Rectangle

value = instance.LineRect

Property Value

Type: Rectangle
See Also