Overview | Methods | This Package | All Packages
Sets a value indicating whether the rebar control is oriented horizontally or vertically.
Syntax
public void setOrientation( int value )
Parameters
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