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 GdPictureFontStyle
public new GdPictureFontStyle HoverFontStyle {get; set;}
public read-write property HoverFontStyle: GdPictureFontStyle; 
public hide function get,set HoverFontStyle : GdPictureFontStyle
public: __property new GdPictureFontStyle get_HoverFontStyle();

public: __property new void set_HoverFontStyle( 

   GdPictureFontStyle value

);
public:

new property GdPictureFontStyle HoverFontStyle {

   GdPictureFontStyle get();

   void set (    GdPictureFontStyle value);

}
See Also