BCGControlBar Library for .NET
GradientColor Property




Specifies custom color of tooltip background for gradient fill. BackColor is used as the start of gradient.
Syntax
'Declaration
 
Public Property GradientColor As Color
'Usage
 
Dim instance As ToolTipParams
Dim value As Color
 
instance.GradientColor = value
 
value = instance.GradientColor
public Color GradientColor {get; set;}
public: __property Color get_GradientColor();
public: __property void set_GradientColor( 
   Color value
);
public:
property Color GradientColor {
   Color get();
   void set (    Color value);
}
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

ToolTipParams Class
ToolTipParams Members

Send Feedback