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