共用方式為


WorkflowItemsPresenter.ItemsPanel 屬性

定義

取得或設定樣板,這個樣板會定義控制項目配置的面板。

public:
 property System::Windows::Controls::ItemsPanelTemplate ^ ItemsPanel { System::Windows::Controls::ItemsPanelTemplate ^ get(); void set(System::Windows::Controls::ItemsPanelTemplate ^ value); };
public System.Windows.Controls.ItemsPanelTemplate ItemsPanel { get; set; }
member this.ItemsPanel : System.Windows.Controls.ItemsPanelTemplate with get, set
Public Property ItemsPanel As ItemsPanelTemplate

屬性值

定義項目配置要使用之面板的 ItemsPanelTemplate

適用於