Back to Devexpress

PdfMarkupToolsSettings.TextStrikethroughColor Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfmarkuptoolssettings-404aa5ca.md

latest1.8 KB
Original Source

PdfMarkupToolsSettings.TextStrikethroughColor Property

Specifies the color for a text strikethrough tool.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.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
PdfViewerControl

.MarkupToolsSettings .TextStrikethroughColor

|

Remarks

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

See Also

PdfMarkupToolsSettings Class

PdfMarkupToolsSettings Members

DevExpress.Xpf.PdfViewer Namespace