Search
FlowChart.LayoutGap Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets the default value of the LayoutGap property of new container boxes.

 Syntax

VB6  Copy Code

Public Property Get LayoutGap() As Long
Public Property Let LayoutGap( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_LayoutGap ()
void put_LayoutGap (
    int value
)

 Property Value

A long value. The default is 14.

 Remarks

Default 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