FastColoredTextBox.LeftPadding Property

T3000 CrossPlatform

FastColoredTextBoxLeftPadding Property

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

Left padding in pixels

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.LeftPadding

instance.LeftPadding = value

Property Value

Type: Int32
See Also