VISIO::PROGRESS_BAR_ORIENTATION
(int progressbar, int value)
Description: Sets the way
the progress in a progressbar is displayed. Possible options are from
left to right (V_POS_LEFT), from right to left (V_POS_RIGHT), from top
to bottom (V_POS_TOP) and from bottom to top (V_POS_BOTTOM).
Example: VISIO::PROGRESS_BAR_ORIENTATION
(progressbar, V_POS_RIGHT)