 | PdfViewerTextSelectColor Property |
Gets or sets the selection color of the control.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic Color TextSelectColor { get; set; }
Public Property TextSelectColor As Color
Get
Set
public:
property Color TextSelectColor {
Color get ();
void set (Color value);
}
member TextSelectColor : Color with get, set
/** @property */
public Color get_TextSelectColor()
/** @property */
public void set_TextSelectColor(Color value)
function get_TextSelectColor();
function set_TextSelectColor(value);
Property Value
Type:
Color
See Also