Hint.BackColor2 Property

T3000 CrossPlatform

HintBackColor2 Property

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

Second backcolor

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

Dim instance As Hint
Dim value As Color

value = instance.BackColor2

instance.BackColor2 = value

Property Value

Type: Color
See Also