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

◆ progress_bar_style

enum class xtd::forms::progress_bar_style
strong

Specifies the progress_bar_style of controls or elements of controls.

Header
#include <xtd/forms/progress_bar_style>
Namespace
xtd::forms
Library
xtd.forms
Remarks
You can use the marquee style when you need to indicate progress is being made, but you cannot indicate the quantity of progress. The marquee style is valid only when visual styles are enabled. The Continuous style is valid only when visual styles are not enabled.
Enumerator
blocks 

Indicates progress by increasing the number of segmented blocks in a progress_bar.

continuous 

Indicates progress by increasing the size of a smooth, continuous bar in a progress_bar.

marquee 

Indicates progress by continuously scrolling a block across a progress_bar in a marquee fashion.