Hint.BorderColor Property

T3000 CrossPlatform

HintBorderColor Property

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

Border color

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

Dim instance As Hint
Dim value As Color

value = instance.BorderColor

instance.BorderColor = value

Property Value

Type: Color
See Also