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

◆ vertical_control_layout_style() [20/24]

xtd::forms::vertical_control_layout_style::vertical_control_layout_style ( float  height,
xtd::forms::size_type  size_type,
bool  expanded,
xtd::forms::content_alignment  align 
)

Initialises a new instance of vertical control layout style class with specified height, size type, expanded and content alignment.

Parameters
heightThe preferred height, 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.
alignOne of the content_alignment values. The default is middle_center.