ItemsPanelTemplate Constructores

Definición

Inicializa una instancia de la ItemsPanelTemplate clase .

Sobrecargas

Nombre Description
ItemsPanelTemplate()

Inicializa una instancia de la ItemsPanelTemplate clase .

ItemsPanelTemplate(FrameworkElementFactory)

Inicializa una instancia de la ItemsPanelTemplate clase con la plantilla especificada.

ItemsPanelTemplate()

Inicializa una instancia de la ItemsPanelTemplate clase .

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

Se aplica a

ItemsPanelTemplate(FrameworkElementFactory)

Inicializa una instancia de la ItemsPanelTemplate clase con la plantilla especificada.

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)

Parámetros

root
FrameworkElementFactory

Objeto FrameworkElementFactory que representa la plantilla.

Se aplica a