xtd::forms::horizontal_control_layout_style::horizontal_control_layout_style | ( | float | width, |
xtd::forms::content_alignment | align | ||
) |
Initialises a new instance of horizontal control layout style class with specified width and content alignment.
width | The preferred width, 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. |