Click or drag to resize
OGFontBold Property
Gets a value that indicates if this font is bold.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool Bold { get; }

Property Value

Type: Boolean
true if the this font is bold; false otherwise.
See Also