xtd::forms::vertical_control_layout_style::vertical_control_layout_style | ( | int32 | height, |
bool | expanded | ||
) |
Initialises a new instance of vertical control layout style class with specified height and expanded.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
expanded | true if control expanded; otherwise false. |