[]
Initializes a new instance of the FlowPanel with the specified style and orientation.
public FlowPanel(Style style, bool horizontal)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
| bool | horizontal | If True, creates panel of the horizontal orientation; if False, creates vertical panel. |
Initializes a new instance of the FlowPanel with the specified style settings.
public FlowPanel(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
Initializes a new instance of the FlowPanel of the specified orientation.
public FlowPanel(bool horizontal)
| Type | Name | Description |
|---|---|---|
| bool | horizontal | If True, creates panel of the horizontal orientation; if False, creates vertical panel. |
Initializes a new instance of the FlowPanel.
public FlowPanel()