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

◆ three_balls() [7/16]

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

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

Parameters
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.