TrackBar.getOrientation

Overview | Methods | This Package | All 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