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.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.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
PdfViewer
.MarkupToolsSettings.TextUnderlineColor

Remarks

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

See Also