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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also