MarkStyle
public enum MarkStyle : Int
Specifies the visual style of anchor point marks.
- node: Anchor point marked with a node.
- cross: No visual indication for the anchor point.
- x: Anchor point marked with an ‘X’.
- circle: Anchor point marked with a circle.
- rectangle: Anchor point marked with a rectangle.
- custom: Custom anchor point.
-
Undocumented
Declaration
Swift
case node = 0 -
Undocumented
Declaration
Swift
case cross = 1 -
Undocumented
Declaration
Swift
case x = 2 -
Undocumented
Declaration
Swift
case circle = 3 -
Undocumented
Declaration
Swift
case rectangle = 4 -
Undocumented
Declaration
Swift
case custom = 5
MarkStyle Enumeration Reference