SUILinearLayout
class SUILinearLayout
Aligns all children in a single direction, "Vertical" or "Horizontal".
See the SUILinearLayout component topic to learn more about SUILinearLayout.
public class SUILinearLayout extends Component
— Constructors (1) —
Constructor | Description |
---|---|
SUILinearLayout() | Creates a new SUILinearLayout. |
— Methods (2) —
Name | Description |
---|---|
SLinearOrientation getOrientation() | Returns the current orientation of the SUILinearLayout. |
void setOrientation(SLinearOrientation value) | Sets the current orientation of the SUILinearLayout("Horizontal" or "Vertical") to be "value" argument. |