"layoutRightMargin"

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

Synopsis

this.layoutRightMargin(int margin);

Parameter

Parameter Description
margin Margin in pixel

Description

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

Example

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

Assignment

Layout group