[]
Panel that stacks children horizontally or vertically into a single line.
public class StackPanel : BasePanel, ISupportUia
Name | Description |
---|---|
StackPanel() | Initializes a new instance of the StackPanel element. |
StackPanel(Style) | Initializes a new instance of the StackPanel element with specified style options. |
StackPanel(Style, bool) | Initializes a new instance of the StackPanel element with specified orientation and style options. |
StackPanel(bool) | Initializes a new instance of the StackPanel element with specified orientation. |
Name | Description |
---|---|
Orientation | Gets or sets a value that indicates the dimension by which child elements are stacked. |
Name | Description |
---|---|
AlignChildren(Graphics) | |
Layout(Graphics) | Layout this element based on its style and contents. |
LayoutChildren(Graphics) |