var lineWidth : CGFloat
The width of the stroked path.
var lineCap : CGLineCap
The endpoint style of a line.
var lineJoin : CGLineJoin
The join type of a line.
var dash: [CGFloat]
The lengths of painted and unpainted segments used to make a dashed line.
var dashPhase : CGFloat
How far into the dash pattern the line starts.