Packagegraphics
Interfacepublic interface Directionable
Implementors Background, BoxLayout, PageFlipPen

This interface defines a graphic object or component with a direction.



Public Properties
 PropertyDefined By
  direction : String
Indicates the direction value of this object ("horizontal" or "vertical").
Directionable
Property Detail
directionproperty
direction:String

Indicates the direction value of this object ("horizontal" or "vertical").


Implementation
    public function get direction():String
    public function set direction(value:String):void

See also