ItemsControl.ItemsPanelRoot Properti

Definisi

Mendapatkan Panel yang ditentukan oleh ItemsPanel.

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

Nilai Properti

Panel yang ditentukan oleh ItemsPanel. Defaultnya adalah null.

Berlaku untuk