Skip to main content

TdxFontOptions.StrikeOut Property

Specifies if the strikeout font attribute is applied to text.

Declaration

property StrikeOut: Boolean read; write;

Property Value

Type Default Description
Boolean False

True if the strikethrough font attribute is applied to text; otherwise, False.

Remarks

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

Examples

Value Example
False (default) Unformatted Text
True Strikethrough Text

Property Setter Behavior

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

Default Value

The StrikeOut property’s default value is False.

See Also