Search
Table.CaptionGradientAngle Property
See Also
 



Specifies the angle of the linear gradient used to fill the table's caption bar.

 Syntax

VB6  Copy Code

Public Property Get CaptionGradientAngle() As Single
Public Property Let CaptionGradientAngle( _
    ByVal value As Single _
)

C++  Copy Code

public:
float get_CaptionGradientAngle ()
void put_CaptionGradientAngle (
    float value
)

 Property Value

A number specifying the gradient angle. The default value is 0.

 Remarks

This value is considered only when CaptionFillColor and CaptionFillColor2 are set. Classic graphics mode supports only 0 and 90 degree angles for respectively horizontal and vertical gradients. GdiPlus mode can draw gradients at any angle.

 See Also