Styles Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Styles Maximum style count is 16

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Style[] Styles { get; }
Visual Basic
Public ReadOnly Property Styles As Style()
	Get
Visual C++
public:
property array<Style^>^ Styles {
	array<Style^>^ get ();
}

See Also