TextSource Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
TextSource

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

Syntax

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

See Also