Specifies the angle of the linear gradient used to fill the table's caption bar.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CaptionGradientAngle() As Single |
C++
Copy Code
|
|---|
public: |
A number specifying the gradient angle. The default value is 0.
RemarksThis 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