FastColoredTextBox.CharWidth Property

T3000 CrossPlatform

FastColoredTextBoxCharWidth Property

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

Width of char in pixels

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.CharWidth

instance.CharWidth = value

Property Value

Type: Int32
See Also