共用方式為


ItemsControl.ItemsPanelRoot 屬性

定義

取得 ItemsPanel 指定的 Panel

public:
 property Panel ^ ItemsPanelRoot { Panel ^ get(); };
Panel ItemsPanelRoot();
public Panel ItemsPanelRoot { get; }
var panel = itemsControl.itemsPanelRoot;
Public ReadOnly Property ItemsPanelRoot As Panel

屬性值

ItemsPanel 指定的 Panel。 預設值為 null

適用於