Search
Box.LayoutGap Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets or sets the amount of space between items in a container box.

 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.

 Remarks

The layout gap defines how much space is left between objects inside a container when automatic layout is performed.

 See Also