DefaultStyle Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Default text style This style is using when no one other TextStyle is not defined in Char.style

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

Syntax

C#
public TextStyle DefaultStyle { get; set; }
Visual Basic
Public Property DefaultStyle As TextStyle
	Get
	Set
Visual C++
public:
property TextStyle^ DefaultStyle {
	TextStyle^ get ();
	void set (TextStyle^ value);
}

See Also