.. This file is auto-generated by //tools:generate_doc. Please do not edit directly

VirtualProgressBarWidget
========================
.. class:: VirtualProgressBarWidget

   A widget representing a progress bar with a numeric value and orientation.

   Inherited from :class:`NumericValueWidget`

   .. method:: __init__() -> None

     Create a new VirtualProgressBarWidget instance.

   .. method:: get_orientation() -> Orientation

     Get the current orientation of the progress bar widget.

   :return: Orientation of the widget.

   .. method:: set_orientation(orientation) -> None

     Set the current orientation of the progress bar widget.

   :param orientation: Orientation of the widget.
