xtd 0.2.0
Loading...
Searching...
No Matches
progress bar styles

Definition

progress bar styles definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ PBS_SMOOTH

constexpr size_t PBS_SMOOTH
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.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ PBS_VERTICAL

constexpr size_t PBS_VERTICAL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/progress_bar_styles.h>

The progress bar displays progress status vertically, from bottom to top.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ PBS_MARQUEE

constexpr size_t PBS_MARQUEE
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.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ PBS_SMOOTHREVERSE

constexpr size_t PBS_SMOOTHREVERSE
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.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only