"layoutSpacing"

This attribute allows to define the spacing between objects within the layout.

Synopsis

this.layoutSpacing(int spacing);

Parameter

Parameter Description
spacing Spacing in pixel

Description

This attribute allows to define the spacing between objects within the layout.

Example

main()
{
  LAYOUT_GROUP1.layoutSpacing(30);
}

Assignment

Layout group