Back to Devexpress

DXFont.Bold Property

corelibraries-devexpress-dot-drawing-dot-dxfont-128bd519.md

latest978 B
Original Source

DXFont.Bold Property

Gets a value that indicates whether the font is bold.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public bool Bold { get; }
vb
Public ReadOnly Property Bold As Boolean

Property Value

TypeDescription
Boolean

true if the font is bold; otherwise, false.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace