VariableStyle Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Variable style

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

Syntax

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

See Also