T3000 CrossPlatform Documentation
FastColoredTextBoxReservedCountOfLineNumberChars Property |
[This is preliminary documentation and is subject to change.]
Reserved space for line number characters.
If smaller than needed (e. g. line count >= 10 and this value set to 1) this value will have no impact.
If you want to reserve space, e. g. for line numbers >= 10 or >= 100 than you can set this value to 2 or 3 or higher.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int ReservedCountOfLineNumberChars { get; set; }
Public Property ReservedCountOfLineNumberChars As Integer Get Set Dim instance As FastColoredTextBox Dim value As Integer value = instance.ReservedCountOfLineNumberChars instance.ReservedCountOfLineNumberChars = value
Property Value
Type: Int32See Also