[]
        
(Showing Draft Content)

C1.Framework.FlowPanel.-ctor

FlowPanel Constructor

FlowPanel(Style, bool)

Initializes a new instance of the FlowPanel with the specified style and orientation.

Declaration
public FlowPanel(Style style, bool horizontal)
Parameters
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.

FlowPanel(Style)

Initializes a new instance of the FlowPanel with the specified style settings.

Declaration
public FlowPanel(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

FlowPanel(bool)

Initializes a new instance of the FlowPanel of the specified orientation.

Declaration
public FlowPanel(bool horizontal)
Parameters
Type Name Description
bool horizontal

If True, creates panel of the horizontal orientation; if False, creates vertical panel.

FlowPanel()

Initializes a new instance of the FlowPanel.

Declaration
public FlowPanel()