[]
Initializes a new instance of the StackPanel element with specified orientation and style options.
public StackPanel(Style style, bool horizontal)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
bool | horizontal | True for horizontal and False for vertical orientation. |
Initializes a new instance of the StackPanel element with specified orientation.
public StackPanel(bool horizontal)
Type | Name | Description |
---|---|---|
bool | horizontal | True for horizontal and False for vertical orientation. |
Initializes a new instance of the StackPanel element with specified style options.
public StackPanel(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new instance of the StackPanel element.
public StackPanel()