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

適用於