Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PilePanel Class
Members

In This Topic
    PilePanel Class
    In This Topic
    Positions child elements one over another as it is done by the System.Windows.Controls.Grid panel with single row and single column.
    Object Model
    PilePanel Class
    Syntax
    'Declaration
     
    
    Public Class PilePanel 
       Inherits System.Windows.Controls.Panel
    public class PilePanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.Schedule.PilePanel

    See Also