Skip to main content
A newer version of this page is available. .

DiagramAppearanceOptions.UseFontStrikeout Property

Gets or sets whether to apply the strikeout font style to the item’s text.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(false)]
public bool UseFontStrikeout { get; set; }

Property Value

Type Default Description
Boolean **false**

true to apply the strikeout font style; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseFontStrikeout
DiagramAppearanceObject
.Options.UseFontStrikeout
See Also