Skip to main content

PdfViewerControl.UnderlineSelectedText(Color) Method

Underlines a selected text with a specified color.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public void UnderlineSelectedText(
    Color color
)

Parameters

Name Type Description
color Color

A Color value that specifies the color used to underline a selected text.

See Also