ItemsControl.ItemsPanelProperty 属性

定义

标识 ItemsPanel 依赖属性。

public:
 static property DependencyProperty ^ ItemsPanelProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemsPanelProperty();
public static DependencyProperty ItemsPanelProperty { get; }
var dependencyProperty = ItemsControl.itemsPanelProperty;
Public Shared ReadOnly Property ItemsPanelProperty As DependencyProperty

属性值

ItemsPanel 依赖属性的标识符。

适用于