Orientation
public enum Orientation : Int
Defines values that specify the orientation of the first segment of cascading links.
- auto: The control determines automatically the initial direction of link’s first segment.
- horizontal: The first segment of the link is always horizontal.
- vertical: The first segment of the link is always vertical.
-
Undocumented
Declaration
Swift
case auto = 0
-
Undocumented
Declaration
Swift
case horizontal = 1
-
Undocumented
Declaration
Swift
case vertical = 2