In This Topic

HoverFontStyle Property (AnnotationLink)

In This Topic
The style of the font to be used to render the hovered text.
Syntax
'Declaration
 
Public Shadows Property HoverFontStyle As FontStyle
public new FontStyle HoverFontStyle {get; set;}
public read-write property HoverFontStyle: FontStyle; 
public hide function get,set HoverFontStyle : FontStyle
public: __property new FontStyle get_HoverFontStyle();
public: __property new void set_HoverFontStyle( 
   FontStyle value
);
public:
new property FontStyle HoverFontStyle {
   FontStyle get();
   void set (    FontStyle value);
}
See Also