Back to Devexpress

PdfMarkupToolsSettings.TextUnderlineColor Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfmarkuptoolssettings-28ad48b2.md

latest1.7 KB
Original Source

PdfMarkupToolsSettings.TextUnderlineColor Property

Specifies the color for a text underline tool.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
Color

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TextUnderlineColor
PdfViewerControl

.MarkupToolsSettings .TextUnderlineColor

|

Remarks

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

See Also

PdfMarkupToolsSettings Class

PdfMarkupToolsSettings Members

DevExpress.Xpf.PdfViewer Namespace