Gets or sets the shape of the table outlines.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Style() As ETableStyle |
C++
Copy Code
|
|---|
public: |
A member of the ETableStyle enumeration. Initialized with FlowChart.TableStyle.
RemarksSpecifies the shape of the table's outline. The available styles are listed below:
tsRect | The table has a rectangular shape. |
tsRoundRect | The table's shape is a rounded-rectangle. |
See Also