FastColoredTextBox.ServiceColors Property

T3000 CrossPlatform

FastColoredTextBoxServiceColors Property

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

Colors of some service visual markers

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ServiceColors ServiceColors { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property ServiceColors As ServiceColors
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As ServiceColors

value = instance.ServiceColors

instance.ServiceColors = value

Property Value

Type: ServiceColors
See Also