'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class BasePanel Inherits Element
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class BasePanel : Element
'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class BasePanel Inherits Element
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class BasePanel : Element
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.
System.Object
C1.Framework.Element
C1.Framework.BasePanel
C1.Framework.DockPanel
C1.Framework.FlowPanel
C1.Framework.GridPanel
C1.Framework.GridRow
C1.Framework.HostedElement
C1.Framework.ParagraphElement
C1.Framework.ScrollablePanel
C1.Framework.ScrollBarPanel
C1.Framework.StackPanel
C1.Framework.TreePanel
C1.Framework.TreeRow
C1.Win.TreeView.CustomContentPresenter