topical media & game development

talk show tell print

student-ar-fl-controls-ButtonLabelPlacement.ax

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


  // Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
  package fl.controls {        
          
          
The @ax-student-ar-fl-controls-ButtonLabelPlacement class defines constants for the values of the <code>labelPlacement</code> property of a Button, CheckBox, or RadioButton component. @includeExample examples/@fileExample.as
see: LabelButton#labelPlacement @langversion 3.0 @playerversion Flash 9.0.28.0

  
          public class @ax-student-ar-fl-controls-ButtonLabelPlacement {
                  
                  
The label appears below the icon. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const BOTTOM:String = "bottom";
  
                  
The label appears above the icon. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const TOP:String = "top";
  
                  
The label appears to the left of the icon. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const LEFT:String = "left";
  
                  
The label appears to the right of the icon. @langversion 3.0 @playerversion Flash 9.0.28.0

  
                  public static const RIGHT:String = "right";        
                  
          }
  }


(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.