xtd 0.2.0
Loading...
Searching...
No Matches
loading_indicator_style.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
22 bar = 0,
38 pulse,
44 system,
51 };
52 }
53}
54
58};
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
loading_indicator_style
Specifies the appearance of a loading indicator control.
Definition loading_indicator_style.h:20
@ pulse
The control appears with pulse style.
@ three_balls_rotation
The control appears with three balls rotation style.
@ five_lines_pulse
The control appears with five lines pulse style.
@ bar
The control appears with bar style.
@ five_lines
The control appears with five lines style.
@ pulse_outline
The control appears with pulse outline style.
@ five_lines_wave
The control appears with five lines wave style.
@ system
The appearance of the control is determined by the user's operating system.
@ three_balls
The control appears with three balls style.
@ five_lines_chronological
The control appears with five lines chronological style.
@ five_lines_center
The control appears with five lines center style.
@ circle_blinks
The control appears with circle blinks style.
@ three_balls_bouncing
The control appears with three balls bouncing style.
@ circle_bars
The control appears with circle bars style.
@ standard
The control appears with standard style.
@ system
The appearance of the control is determined by the user's operating system.
@ standard
The appearance of the control is determined by current theme of xtd.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36