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

◆ three_balls() [12/16]

static loading_indicator xtd::forms::loading_indicators::three_balls ( const control parent,
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 three_balls loading indicator with specified parent, location, size, and name.

Parameters
parentThe control that contains the loading indicator.
locationThe loading indicator location in pixels.
sizeThe loading indicator size in pixels.
nameThe name of the loading indicator.
Returns
The created loading indicator.