ItemsWrapGrid.ItemHeightProperty Property

Definition

Identifies the ItemHeight dependency property.

public:
 static property DependencyProperty ^ ItemHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemHeightProperty();
public static DependencyProperty ItemHeightProperty { get; }
var dependencyProperty = ItemsWrapGrid.itemHeightProperty;
Public Shared ReadOnly Property ItemHeightProperty As DependencyProperty

Property Value

The identifier for the ItemHeight dependency property.

Applies to