Search
GridLayout.YGap Property
See Also
 



Specifies the vertical margin between separate subgraphs arranged by this algorithm.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_YGap ()
void put_YGap (
    int value
)

 Property Value

The default value is 30.

 See Also