BCGControlBar Library for .NET
GradientAngle Property




Specifies an angle of Gradient filling, in degrees. GradientColor property should not be empty
Syntax
'Declaration
 
Public Property GradientAngle As Single
'Usage
 
Dim instance As ToolTipParams
Dim value As Single
 
instance.GradientAngle = value
 
value = instance.GradientAngle
public float GradientAngle {get; set;}
public: __property float get_GradientAngle();
public: __property void set_GradientAngle( 
   float value
);
public:
property float GradientAngle {
   float get();
   void set (    float 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