(
a feature of FlowChartX Pro edition)
Gets or sets a value indicating how the items in a container box are laid out.
SyntaxVB6
Copy Code
|
|---|
Public Property Get LayoutStyle() As ELayoutStyle |
C++
Copy Code
|
|---|
public: |
A member of the ELayoutStyle enumeration. The default is lsVerticalCentered.
RemarksThis property defines how items inside a container box are oriented and aligned one to another. Every time an item is added to or removed from the container, all items in the container are rearranged as specified by this property. Items are also rearranged if the user resizes any of them. Currently vertical and horizontal layouts with various alignment options are supported.
See Also