xtd::forms::vertical_control_layout_style::vertical_control_layout_style | ( | float | height, |
xtd::forms::size_type | size_type | ||
) |
Initialises a new instance of vertical control layout style class with specified height and size type.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
size_type | One 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. |