Field Detail
BOTTOM
static public BOTTOM:String Specifies that the Stage is aligned at the bottom.
HORIZONTAL
static public HORIZONTAL:String
With this setting used as the scaleMode parameter of the
lineStyle() method, the thickness of the line scales vertically only.
NONE
static public NONE:String
With this setting used as the scaleMode parameter of the
lineStyle() method, the thickness of the line never scales.
NORMAL
static public NORMAL:String
With this setting used as the scaleMode parameter of the
lineStyle() method, the thickness of the line always scales
when the object is scaled (the default).
VERTICAL
static public VERTICAL:String
With this setting used as the scaleMode parameter of the
lineStyle() method, the thickness of the line scales horizontally only.