Skip to main content
All docs
V24.1

DXFont.Bold Property

Gets a value that indicates whether the font is bold.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
public bool Bold { get; }

Property Value

Type Description
Boolean

true if the font is bold; otherwise, false.

See Also