Gets or sets a value indicating whether box interior should be filled with a color gradient by default.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxFillStyle() As EFillStyle |
C++
Copy Code
|
|---|
public: |
A member of the EFillStyle enumeration. The default is fsSolid.
RemarksSpecifies default value for the FillStyle property of new boxes, defining how interior of boxes is painted.
See Also