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

◆ loading_indicator_style

Specifies the appearance of a loading indicator control.

Header
#include <xtd/forms/loading_indicator_style>
Namespace
xtd::forms
Library
xtd.forms
Remarks
If the system style is used, the appearance of the control is determined by the user's operating system and the following property values will be ignored: control_background_image, image_align, image, image_index, image_list, and text_align. In addition, the control.back_color property will be ignored for button controls. If supported, users can change the appearance of controls by adjusting the appearance settings of their operating system.
Enumerator
bar 

The control appears with bar style.

circle_bars 

The control appears with circle bars style.

circle_blinks 

The control appears with circle blinks style.

five_lines 

The control appears with five lines style.

five_lines_center 

The control appears with five lines center style.

five_lines_chronological 

The control appears with five lines chronological style.

five_lines_pulse 

The control appears with five lines pulse style.

five_lines_wave 

The control appears with five lines wave style.

pulse 

The control appears with pulse style.

pulse_outline 

The control appears with pulse outline style.

standard 

The control appears with standard style.

system 

The appearance of the control is determined by the user's operating system.

three_balls 

The control appears with three balls style.

three_balls_bouncing 

The control appears with three balls bouncing style.

three_balls_rotation 

The control appears with three balls rotation style.