Click or drag to resize

PdfViewerTextSelectColor Property

Gets or sets the selection color of the control.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 5.1.3
Syntax
public Color TextSelectColor { get; set; }

Property Value

Color
Remarks
It's a dependency property. Please find more details here: TextSelectColorProperty
See Also