Ine/brush styles with lineTo

I’m working on a little app that uses the drawing API quite a bit. I’d like to jazz up the line styles a little more than just color, weight, alpha. I was hoping there was a way to change the line style to one of the style options that you get when just drawing a line on the canvas (scribbled, dotted, etc…)???

lineStyle(thickness:Number, rgb:Number, alpha:Number, pixelHinting:Boolean,  noScale:String, capsStyle:String, jointStyle:String, miterLimit:Number, brushStyle:String)

brushStyle = "scribble";

That would be ideal! :h:

I found the naming conventions for the line styles: Hairline, Normal, Dashed, Dotted, Ragged, Stippled, and Hatched. Now how to apply them?!?!?!??!?