ItemsPanelTemplate Costruttori

Definizione

Inizializza un'istanza della classe ItemsPanelTemplate.

Overload

ItemsPanelTemplate()

Inizializza un'istanza della classe ItemsPanelTemplate.

ItemsPanelTemplate(FrameworkElementFactory)

Inizializza un'istanza della classe ItemsPanelTemplate con il modello specificato.

ItemsPanelTemplate()

Inizializza un'istanza della classe ItemsPanelTemplate.

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

Si applica a

ItemsPanelTemplate(FrameworkElementFactory)

Inizializza un'istanza della classe ItemsPanelTemplate con il modello specificato.

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)

Parametri

root
FrameworkElementFactory

Oggetto FrameworkElementFactory che rappresenta il modello.

Si applica a