ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DockPanel Class
Members

In This Topic
    C1DockPanel Class
    In This Topic
    Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
    Object Model
    C1DockPanel Class
    Syntax
    'Declaration
     
    Public Class C1DockPanel 
       Inherits Windows.UI.Xaml.Controls.Panel
    public class C1DockPanel : Windows.UI.Xaml.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Panel
                   C1.Xaml.C1DockPanel

    See Also