LinearLayout.orientation - multiple declarations

Function LinearLayout.orientation

returns linear layout orientation (Vertical, Horizontal)

Orientation orientation() @property const;

Function LinearLayout.orientation

sets linear layout orientation

LinearLayout orientation(
  Orientation value
) @property;