Sets a value indicating whether the trackbar is oriented horizontally or vertically.
public void setOrientation( int value )
value
Set to Orientation.HORIZONTAL to orient the trackbar horizontally; set to Orientation.VERTICAL to orient the trackbar vertically. The default value is Orientation.HORIZONTAL.
WFCInvalidEnumException thrown if the specified value is not a valid Orientation constant.
See Also getOrientation