Back to Devexpress

PdfMarkupToolsSettings.TextStrikethroughColor Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfmarkuptoolssettings-eceaea9f.md

latest1.8 KB
Original Source

PdfMarkupToolsSettings.TextStrikethroughColor Property

Specifies the color for a text strikethrough tool.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public Color TextStrikethroughColor { get; set; }
vb
Public Property TextStrikethroughColor As Color

Property Value

TypeDescription
Color

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TextStrikethroughColor
PdfViewer

.MarkupToolsSettings .TextStrikethroughColor

|

Remarks

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

See Also

PdfMarkupToolsSettings Class

PdfMarkupToolsSettings Members

DevExpress.XtraPdfViewer Namespace