FontStyle 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 FontStyle FontStyle { get; set; }
Visual Basic
Public Property FontStyle As FontStyle
	Get
	Set
Visual C++
public:
property FontStyle FontStyle {
	FontStyle get ();
	void set (FontStyle value);
}

See Also