Skip to main content

PdfMarkupToolsSettings.TextUnderlineColor Property

Specifies the color for a text underline tool.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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