LineType
public enum LineType
Drawing style of the line
case line // Straight line from point to point
case curvedLine // Dual control point curved line
case stepped // Stepped line from point to point
-
Straight line from point to point
Declaration
Swift
case line
-
Dual control point curved line
Declaration
Swift
case curvedLine
-
Stepped line from point to point
Declaration
Swift
case stepped