[]
        
(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)
Public Sub New(style As Style, horizontal As Boolean)
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)
Public Sub New(style As 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)
Public Sub New(horizontal As Boolean)
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()
Public Sub New()