[]
        
(Showing Draft Content)

C1.Framework.StackPanel.-ctor

StackPanel Constructor

StackPanel(Style, bool)

Initializes a new instance of the StackPanel element with specified orientation and style options.

Declaration
public StackPanel(Style style, bool horizontal)
Parameters
Type Name Description
Style style

The Style object to use.

bool horizontal

True for horizontal and False for vertical orientation.

StackPanel(bool)

Initializes a new instance of the StackPanel element with specified orientation.

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

True for horizontal and False for vertical orientation.

StackPanel(Style)

Initializes a new instance of the StackPanel element with specified style options.

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

The Style object to use.

StackPanel()

Initializes a new instance of the StackPanel element.

Declaration
public StackPanel()