Range.CharAfterStart Property

T3000 CrossPlatform

RangeCharAfterStart Property

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

Returns first char after Start place

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

Dim instance As Range
Dim value As Char

value = instance.CharAfterStart

Property Value

Type: Char
See Also