(
a feature of FlowChartX Pro edition)
Gets or sets the default value of the LayoutStyle property of new container boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get LayoutStyle() As ELayoutStyle |
C++
Copy Code
|
|---|
public: |
A member of the ELayoutStyle enumeration. The default is lsVerticalCentered.
RemarksDefault value for LayoutStyle property of new containers. This property defines how items inside a container are oriented and aligned one to another. Currently only the lsVerticalCentered style is supported.
See Also