Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Rebar.setOrientation
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