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

◆ bar() [8/16]

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

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

Parameters
runningtrue if the loading indicator is running; otherwise false.
locationThe loading indicator location in pixels.
sizeThe loading indicator size in pixels.
nameThe name of the loading indicator.
Returns
The created loading indicator.