Range.CharBeforeStart Property

T3000 CrossPlatform

RangeCharBeforeStart Property

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

Returns first char before Start place

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

Dim instance As Range
Dim value As Char

value = instance.CharBeforeStart

Property Value

Type: Char
See Also