ItemsControl.ItemContainerStyleProperty 属性

定义

标识 ItemContainerStyle 依赖属性。

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

属性值

ItemContainerStyle 依赖属性的标识符。

适用于