Style Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

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

See Also