"layoutLeftMargin"

Mit diesem Attribut kann der Abstand zur linken Seite des Layouts definiert werden.

Synopsis

this.layoutLeftMargin(int margin);

Parameter

Parameter Description
margin Distance in pixels

Description

This attribute can be used to define the distance to the left side of the layout.

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

Assignment

Layout group