Table of Contents

Enum RankDirection

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Specifies the direction used by automatic layout to arrange ranks.

public enum RankDirection

Fields

BottomTop = 1

Places higher-level ranks below lower-level ranks.

LeftRight = 2

Places higher-level ranks to the left of lower-level ranks.

RightLeft = 3

Places higher-level ranks to the right of lower-level ranks.

TopBottom = 0

Places higher-level ranks above lower-level ranks.