PDFView4NET WinForms Edition
Font Property (AnnotationToolTipDrawEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationToolTipDrawEventArgs Class : Font Property
Gets the font used to draw the annotation tooltip.
Syntax
'Declaration
 
Public ReadOnly Property Font As Font
'Usage
 
Dim instance As AnnotationToolTipDrawEventArgs
Dim value As Font
 
value = instance.Font
public Font Font {get;}
public: __property Font* get_Font();
public:
property Font^ Font {
   Font^ get();
}

Property Value

A Font object.
Remarks
Use the Font property when you are custom drawing an annotation tooltip that should use the Windows default font.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationToolTipDrawEventArgs Class
AnnotationToolTipDrawEventArgs Members