XFINIUM.PDF.View.Wpf Documentation
BackColor Property



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

Property Value

The background 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