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,它定义要用于项的布局的面板。

适用于