T3000 CrossPlatform Documentation
FastColoredTextBoxShowLineNumbers Property |
[This is preliminary documentation and is subject to change.]
Shows line numbers.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool ShowLineNumbers { get; set; }
Public Property ShowLineNumbers As Boolean Get Set Dim instance As FastColoredTextBox Dim value As Boolean value = instance.ShowLineNumbers instance.ShowLineNumbers = value
Property Value
Type: BooleanSee Also