Sets a value indicating whether the rebar control is oriented horizontally or vertically.
public void setOrientation( int value )
value
Set to Orientation.HORIZONTAL if the rebar control is oriented horizontally; set to Orientation.VERTICAL if the rebar control is oriented vertically. The default value is Orientation.HORIZONTAL.
See Also getOrientation