GraphicsFontBold Property  | 
 
Gets a value that indicates whether this font is bold.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool Bold { get; }Public Overridable ReadOnly Property Bold As Boolean
	Get
public:
virtual property bool Bold {
	bool get ();
}abstract Bold : bool with get
override Bold : bool with get
Property Value
Type: 
Boolean
See Also