ItemsPanelTemplate Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une instance de la classe ItemsPanelTemplate.
Surcharges
ItemsPanelTemplate() |
Initialise une instance de la classe ItemsPanelTemplate. |
ItemsPanelTemplate(FrameworkElementFactory) |
Initialise une nouvelle instance de la classe ItemsPanelTemplate à l'aide du modèle spécifié. |
ItemsPanelTemplate()
Initialise une instance de la classe ItemsPanelTemplate.
public:
ItemsPanelTemplate();
public ItemsPanelTemplate ();
Public Sub New ()
S’applique à
ItemsPanelTemplate(FrameworkElementFactory)
Initialise une nouvelle instance de la classe ItemsPanelTemplate à l'aide du modèle spécifié.
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)
Paramètres
Objet FrameworkElementFactory qui représente le modèle.