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

◆ horizontal_control_layout_style() [14/24]

xtd::forms::horizontal_control_layout_style::horizontal_control_layout_style ( float  width,
xtd::forms::size_type  size_type,
bool  expanded 
)

Initialises a new instance of horizontal control layout style class with specified width, size type and expanded.

Parameters
widthThe preferred width, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property.
size_typeOne of the xtd::forms::size_type values that specifies how layout container of user interface (UI) elements should be sized relative to their container. The default is xtd::forms::size_type::auto_size.
expandedtrue if control expanded; otherwise false.