Orientation
public enum Orientation
Represents whether the rule is parallel to the x or y axis.
-
Indicates that the rule is parallel to the x axis.
Declaration
Swift
case horizontal
-
Indicates that the rule is parallel to the y axis.
Declaration
Swift
case vertical