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