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

PdfMarkupToolsSettings.TextStrikethroughColor Property

Specifies the color for a text strikethrough tool.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public Color TextStrikethroughColor { get; set; }

Property Value

Type Description
Color

A Color value that specifies the text strikethrough tool’s color.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextStrikethroughColor
PdfViewer
.MarkupToolsSettings.TextStrikethroughColor

Remarks

To access the PdfMarkupToolsSettings object, use the PdfViewer.MarkupToolsSettings property.

See Also