Gets or sets the gradient mode used to fill the interior of this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get FillStyle() As EFillStyle |
C++
Copy Code
|
|---|
public: |
A member of the EFillStyle enumeration. Initialized with FlowChart.BoxFillStyle.
RemarksSets how the box interior is filled. Currently solid-color and gradient brushes are supported. Possible values are:
See Also