"layoutTopMargin"

This attribute allows to define the top margin for the layout.

Synopsis

this.layoutTopMargin(int margin);

Parameter

Parameter Description
margin Margin in pixel

Description

This attribute allows to define the top margin for the layout.

Example

main()
{
  LAYOUT_GROUP1.layoutTopMargin(100);
}

Assignment

Layout group