[]
Base class for all Element object that contain child elements.
public class BasePanel : Element, ISupportUia
This class extends Element and implements the Children property.
This class acts like a static canvas. It has no layout logic other than sizing itself to fit its children.
Name | Description |
---|---|
BasePanel() | Initializes a new instance of a BasePanel. |
BasePanel(Style) | Initializes a new instance of a BasePanel. |
Name | Description |
---|---|
_children |
Name | Description |
---|---|
Children | Gets or sets the list of child elements contained in this Element. |
Name | Description |
---|---|
AlignChildren(Graphics) | |
AlignHorizontally(Rectangle, Alignment, int, int) | |
AlignVertically(Rectangle, Alignment, int, int) | |
Layout(Graphics) | Layout this element based on its style and contents. |
LayoutChildren(Graphics) | |
SizeToContent(Graphics, bool) | |
SizeToContent(Graphics, bool, Size) | |
SizeToParent() |