Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFontOptions.Bold Property

Specifies if the bold font attribute is applied to text.

#Declaration

Delphi
property Bold: Boolean read; write;

#Property Value

Type Default Description
Boolean False

True if text is bold; otherwise, False.

#Remarks

Set Bold, Italic, StrikeOut, and Underline properties to True to apply the corresponding font attributes to text.

#Property Value Examples

Value Example
False (default) Unformatted Text
True Bold Text

#Property Setter Behavior

The Bold property’s setter updates the set of font style flags stored in the Style property value according to the assigned value.

#Default Value

The Bold property’s default value is False.

See Also