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

The Style object to use.

StackPanel()

Initializes a new instance of the StackPanel element.

Declaration
public StackPanel()
Public Sub New()