xtd::forms::vertical_control_layout_style::vertical_control_layout_style | ( | float | height, |
bool | expanded, | ||
xtd::forms::content_alignment | align | ||
) |
Initialises a new instance of vertical control layout style class with specified height, expanded and content alignment.
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. |
align | One of the content_alignment values. The default is middle_center. |