T3000 CrossPlatform Documentation
FastColoredTextBoxPaddingBackColor Property |
[This is preliminary documentation and is subject to change.]
Background color of padding area
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Color PaddingBackColor { get; set; }
Public Property PaddingBackColor As Color Get Set Dim instance As FastColoredTextBox Dim value As Color value = instance.PaddingBackColor instance.PaddingBackColor = value
Property Value
Type: ColorSee Also