xtd 0.2.0
Loading...
Searching...
No Matches

◆ orientation() [1/2]

virtual forms::orientation xtd::forms::progress_bar::orientation ( ) const
virtualnoexcept

Gets a value indicating the horizontal or vertical orientation of the progress bar.

Returns
One of the orientation values.
Remarks
When the orientation property is set to orientation::horizontal, the progress moves from left to right as the value increases. When the orientation property is set to orientation::vertical, the progress moves from bottom to top as the value increases.