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

PdfMarkupToolsSettings.TextHighlightColor Property

Specifies the color for a text highlight tool.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public Color TextHighlightColor { get; set; }

Property Value

Type Description
Color

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

Property Paths

You can access this nested property as listed below:

Object Type Path to TextHighlightColor
PdfViewerControl
.MarkupToolsSettings.TextHighlightColor

Remarks

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

See Also