xtd::forms::vertical_control_layout_style::vertical_control_layout_style | ( | float | height, |
xtd::forms::content_alignment | align | ||
) |
Initialises a new instance of vertical control layout style class with specified height and content alignment.
height | The preferred height, in pixels or percentage, depending on the xtd::forms::control_layout_style::size_type property. |
align | One of the content_alignment values. The default is middle_center. |