PDFView4NET WPF Edition
Title Property (PDFAnnotationToolTip)




O2S.Components.PDFView4NET.WPF Namespace > PDFAnnotationToolTip Class : Title Property
Gets or sets the title of annotation tooltip. Gets or sets of way the tooltips are displayed for annotations.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As PDFAnnotationToolTip
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
public: __property string* get_Title();
public: __property void set_Title( 
   string* value
);
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

The title of the annotation tooltip.A %% object that describes how tooltips should be displayed for annotations.
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

PDFAnnotationToolTip Class
PDFAnnotationToolTip Members