Gets or sets the value that indicates whether font object is bold.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public FontStyleMode Bold { get; set; }
Visual Basic (Declaration)
Public Property Bold As FontStyleMode
Visual C++
public:
property FontStyleMode Bold {
	FontStyleMode get ();
	void set (FontStyleMode value);
}

See Also