In This Topic

HoverForeColor Property (AnnotationLink)

In This Topic
Defines the color of the font when the text is hovered.
Syntax
'Declaration

 

Public Shadows Property HoverForeColor As GdPictureColor
public new GdPictureColor HoverForeColor {get; set;}
public read-write property HoverForeColor: GdPictureColor; 
public hide function get,set HoverForeColor : GdPictureColor
public: __property new GdPictureColor get_HoverForeColor();

public: __property new void set_HoverForeColor( 

   GdPictureColor value

);
public:

new property GdPictureColor HoverForeColor {

   GdPictureColor get();

   void set (    GdPictureColor value);

}
See Also