FastColoredTextBox.CharHeight Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
FastColoredTextBoxCharHeight Property |
[This is preliminary documentation and is subject to change.]
Height of char in pixels (includes LineInterval)
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public int CharHeight { get; set; }
Public Property CharHeight As Integer Get Set Dim instance As FastColoredTextBox Dim value As Integer value = instance.CharHeight instance.CharHeight = value