Enum StackPanelOrientation
Defines the different orientations that a stack panel can have.
public enum StackPanelOrientation
Fields
Horizontal = 1
Stack layout should be horizontally oriented.
Vertical = 0
Stack layout should be vertically oriented.