ItemsPanelTemplate コンストラクター

定義

ItemsPanelTemplate クラスのインスタンスを初期化します。

オーバーロード

ItemsPanelTemplate()

ItemsPanelTemplate クラスのインスタンスを初期化します。

ItemsPanelTemplate(FrameworkElementFactory)

指定したテンプレートを使用して、ItemsPanelTemplate クラスのインスタンスを初期化します。

ItemsPanelTemplate()

ItemsPanelTemplate クラスのインスタンスを初期化します。

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

適用対象

ItemsPanelTemplate(FrameworkElementFactory)

指定したテンプレートを使用して、ItemsPanelTemplate クラスのインスタンスを初期化します。

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)

パラメーター

root
FrameworkElementFactory

テンプレートを表す FrameworkElementFactory オブジェクト。

適用対象