[]
Specifies the flow direction.
public enum FlowDirection
Name | Description |
---|---|
BottomToUp | Elements flow from the bottom of the design surface to the top. |
LeftToRight | Elements flow from the left edge of the design surface to the right. |
RightToLeft | Elements flow from the right edge of the design surface to the left. |
TopToDown | Elements flow from the top of the design surface to the bottom. |