ItemsStackPanel.OrientationProperty Property

Definition

Identifies the Orientation dependency property.

public:
 static property DependencyProperty ^ OrientationProperty { DependencyProperty ^ get(); };
static DependencyProperty OrientationProperty();
public static DependencyProperty OrientationProperty { get; }
var dependencyProperty = ItemsStackPanel.orientationProperty;
Public Shared ReadOnly Property OrientationProperty As DependencyProperty

Property Value

The identifier for the Orientation dependency property.

Applies to