(
a feature of FlowChartX Pro edition)
Gets or sets the default value of the LayoutGap property of new container boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get LayoutGap() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 14.
RemarksDefault value of the LayoutGap property of new containers created by the user or programmatically. The layout gap defines how much space is left between objects inside a container when automatic layout is performed.
See Also