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 Color
public new Color HoverForeColor {get; set;}
public read-write property HoverForeColor: Color; 
public hide function get,set HoverForeColor : Color
public: __property new Color get_HoverForeColor();
public: __property new void set_HoverForeColor( 
   Color value
);
public:
new property Color HoverForeColor {
   Color get();
   void set (    Color value);
}
See Also