Skip to main content

PdfMarkupToolsSettings.TextStrikethroughColor Property

Specifies the color for a text strikethrough tool.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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