[]
        
(Showing Draft Content)

C1.Framework.StackPanel

StackPanel Class

Panel that stacks children horizontally or vertically into a single line.

Implements
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class StackPanel : BasePanel, ISupportUia

Constructors

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.

Properties

Name Description
Orientation

Gets or sets a value that indicates the dimension by which child elements are stacked.

Methods

Name Description
AlignChildren(Graphics)
Layout(Graphics)

Layout this element based on its style and contents.

LayoutChildren(Graphics)