progress bar styles definitions.
Variables | |
constexpr size_t | PBS_SMOOTH |
The progress bar displays progress status in a smooth scrolling bar instead of the default segmented bar. | |
constexpr size_t | PBS_VERTICAL |
The progress bar displays progress status vertically, from bottom to top. | |
constexpr size_t | PBS_MARQUEE |
The progress indicator does not grow in size but instead moves repeatedly along the length of the bar, indicating activity without specifying what proportion of the progress is complete. | |
constexpr size_t | PBS_SMOOTHREVERSE |
Determines the animation behavior that the progress bar should use when moving backward (from a higher value to a lower value). If this is set, then a "smooth" transition will occur, otherwise the control will "jump" to the lower value. | |
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/progress_bar_styles.h>
The progress bar displays progress status in a smooth scrolling bar instead of the default segmented bar.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/progress_bar_styles.h>
The progress bar displays progress status vertically, from bottom to top.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/progress_bar_styles.h>
The progress indicator does not grow in size but instead moves repeatedly along the length of the bar, indicating activity without specifying what proportion of the progress is complete.
|
constexpr |
#include <xtd.forms.native/include/xtd/forms/native/progress_bar_styles.h>
Determines the animation behavior that the progress bar should use when moving backward (from a higher value to a lower value). If this is set, then a "smooth" transition will occur, otherwise the control will "jump" to the lower value.