Search
FlowChart.BoxFillStyle Property
See Also
 



Gets or sets a value indicating whether box interior should be filled with a color gradient by default.

 Syntax

VB6  Copy Code

Public Property Get BoxFillStyle() As EFillStyle
Public Property Let BoxFillStyle( _
    ByVal Value As EFillStyle _
)

C++  Copy Code

public:
EFillStyle get_BoxFillStyle ()
void put_BoxFillStyle (
    EFillStyle value
)

 Property Value

A member of the EFillStyle enumeration. The default is fsSolid.

 Remarks

Specifies default value for the FillStyle property of new boxes, defining how interior of boxes is painted.

 See Also