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