Xceed Toolkit Plus for WPF v4.6 Documentation
PileFlowItem Constructor


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > PileFlowItem Class : PileFlowItem Constructor
Parent flow panel.
Content element.
Current item index.
Initializes a new instance of the PileFlowItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentPanel As PileFlowPanel, _
   ByVal element As FrameworkElement, _
   ByVal index As Integer _
)
'Usage
 
Dim parentPanel As PileFlowPanel
Dim element As FrameworkElement
Dim index As Integer
 
Dim instance As New PileFlowItem(parentPanel, element, index)
public PileFlowItem( 
   PileFlowPanel parentPanel,
   FrameworkElement element,
   int index
)

Parameters

parentPanel
Parent flow panel.
element
Content element.
index
Current item index.
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

PileFlowItem Class
PileFlowItem Members