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

PdfMarkupToolsSettings.TextUnderlineColor Property

Specifies the color for a text underline tool.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public Color TextUnderlineColor { get; set; }

Property Value

Type Description
Color

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

Property Paths

You can access this nested property as listed below:

Object Type Path to TextUnderlineColor
PdfViewerControl
.MarkupToolsSettings.TextUnderlineColor

Remarks

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

See Also