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

◆ five_lines_wave() [15/16]

static loading_indicator xtd::forms::loading_indicators::five_lines_wave ( const control parent,
bool  running,
const xtd::drawing::point location,
const xtd::drawing::size size 
)
staticnoexcept

Create a system-defined xtd::forms::loading_indicator that represent five_lines_wave loading indicator with specified parent, running state, location, and size.

Parameters
parentThe control that contains the loading indicator.
runningtrue if the loading indicator is running; otherwise false.
locationThe loading indicator location in pixels.
sizeThe loading indicator size in pixels.
Returns
The created loading indicator.