ItemsPanelTemplate Konstruktory

Definice

Inicializuje instanci třídy ItemsPanelTemplate.

Přetížení

ItemsPanelTemplate()

Inicializuje instanci třídy ItemsPanelTemplate.

ItemsPanelTemplate(FrameworkElementFactory)

Inicializuje instanci ItemsPanelTemplate třídy pomocí zadané šablony.

ItemsPanelTemplate()

Inicializuje instanci třídy ItemsPanelTemplate.

public:
 ItemsPanelTemplate();
public ItemsPanelTemplate ();
Public Sub New ()

Platí pro

ItemsPanelTemplate(FrameworkElementFactory)

Inicializuje instanci ItemsPanelTemplate třídy pomocí zadané šablony.

public:
 ItemsPanelTemplate(System::Windows::FrameworkElementFactory ^ root);
public ItemsPanelTemplate (System.Windows.FrameworkElementFactory root);
new System.Windows.Controls.ItemsPanelTemplate : System.Windows.FrameworkElementFactory -> System.Windows.Controls.ItemsPanelTemplate
Public Sub New (root As FrameworkElementFactory)

Parametry

root
FrameworkElementFactory

Objekt FrameworkElementFactory , který představuje šablonu.

Platí pro