Enum RankDirection
Specifies the direction used by automatic layout to arrange ranks.
public enum RankDirection
Fields
BottomTop = 1Places higher-level ranks below lower-level ranks.
LeftRight = 2Places higher-level ranks to the left of lower-level ranks.
RightLeft = 3Places higher-level ranks to the right of lower-level ranks.
TopBottom = 0Places higher-level ranks above lower-level ranks.