C1.Win.4.8 Assembly / C1.Framework Namespace / BasePanel Class
Members

BasePanel Class
Base class for all Element object that contain child elements.
Object Model
BasePanel Class
Syntax
'Declaration
 
Public Class BasePanel 
   Inherits Element
 
Remarks

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.

Inheritance Hierarchy

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

See Also