MARKER_ANCHOR
public enum MARKER_ANCHOR : Int, Codable
MARKER_ANCHOR
holds the properties of anchor when adding markers
-
anchor marker at center of the node
Declaration
Swift
case CENTER = 0
-
anchor marker at top of the node
Declaration
Swift
case TOP = 1
-
anchor marker at bottom of the node
Declaration
Swift
case BOTTOM = 2
-
anchor marker at left of the node
Declaration
Swift
case LEFT = 3
-
anchor marker at right of the node
Declaration
Swift
case RIGHT = 4