XFINIUM.PDF.View.Wpf Documentation
ForeColor Property



Xfinium.Pdf.View Namespace > PdfVisualAnnotationToolTip Class : ForeColor Property
Gets or sets the foreground color for the annotation tooltip.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As PdfVisualAnnotationToolTip
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}
public:
property Color ForeColor {
   Color get();
   void set (    Color value);
}

Property Value

The foreground System.Windows.Media.Color of the annotation tooltip.
Remarks
Use the BackColor and ForeColor properties to modify the color scheme used by annotation tooltips.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotationToolTip Class
PdfVisualAnnotationToolTip Members