6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
13#if !defined(PBS_SMOOTH)
constexpr size_t PBS_SMOOTHREVERSE
Determines the animation behavior that the progress bar should use when moving backward (from a highe...
Definition progress_bar_styles.h:41
constexpr size_t PBS_SMOOTH
The progress bar displays progress status in a smooth scrolling bar instead of the default segmented ...
Definition progress_bar_styles.h:20
constexpr size_t PBS_MARQUEE
The progress indicator does not grow in size but instead moves repeatedly along the length of the bar...
Definition progress_bar_styles.h:34
constexpr size_t PBS_VERTICAL
The progress bar displays progress status vertically, from bottom to top.
Definition progress_bar_styles.h:27