Xceed Toolkit Plus for WPF v4.6 Documentation
LayoutPanel Constructor(ILayoutPanelElement)


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > LayoutPanel Class > LayoutPanel Constructor : LayoutPanel Constructor(ILayoutPanelElement)
The first child added to the panel.
Initializes a new instance of the LayoutPanel class using the specified element as the first child.
Syntax
'Declaration
 
Public Function New( _
   ByVal firstChild As ILayoutPanelElement _
)
'Usage
 
Dim firstChild As ILayoutPanelElement
 
Dim instance As New LayoutPanel(firstChild)
public LayoutPanel( 
   ILayoutPanelElement firstChild
)

Parameters

firstChild
The first child added to the panel.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutPanel Class
LayoutPanel Members
Overload List