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

◆ circle_bars() [15/16]

static loading_indicator xtd::forms::loading_indicators::circle_bars ( 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 circle_bars 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.