FastColoredTextBox.VisibleRange Property

T3000 CrossPlatform

FastColoredTextBoxVisibleRange Property

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

Returns current visible range of text

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

Dim instance As FastColoredTextBox
Dim value As Range

value = instance.VisibleRange

Property Value

Type: Range
See Also