topical media & game development

talk show tell print

student-ar-fl-controls-ProgressBarDirection.ax

student-ar-fl-controls-ProgressBarDirection.ax [swf] flex


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.controls {
          
          
The @ax-student-ar-fl-controls-ProgressBarDirection class defines the values for the <code>direction</code> property of the ProgressBar class.
see: ProgressBar#direction ProgressBar.direction @langversion 3.0 @playerversion Flash 9.0.28.0

  
          public class @ax-student-ar-fl-controls-ProgressBarDirection {
                  
Fill the progress bar from left to right.
see: ProgressBar#direction ProgressBar.direction @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const RIGHT:String = "right";
                  
Fill the progress bar from right to left.
see: ProgressBar#direction ProgressBar.direction @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const LEFT:String = "left";
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.