GroupStyle.Panel 屬性

定義

取得或設定範本,這個範本建立用來配置項目的面板。

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

屬性值

ItemsPanelTemplate

建立用來配置項目之面板的 ItemsPanelTemplate 物件。

適用於