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
TrackBar.getOrientation
Retrieves a value indicating whether the trackbar is oriented horizontally or vertically.
Syntax
public int getOrientation()
Return Value
Returns Orientation.HORIZONTAL if the trackbar is oriented horizontally; returns Orientation.VERTICAL if the trackbar is oriented vertically.
See Also setOrientation