FastColoredTextBox.LineNumberStartValue Property

T3000 CrossPlatform

FastColoredTextBoxLineNumberStartValue Property

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

Start value of first line number.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public uint LineNumberStartValue { get; set; }
Public Property LineNumberStartValue As UInteger
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As UInteger

value = instance.LineNumberStartValue

instance.LineNumberStartValue = value

Property Value

Type: UInt32
See Also