Packagefeathers.controls
Classpublic class AutoSizeMode
InheritanceAutoSizeMode Inheritance Object

Product Version : Feathers 3.0.0

Constants that determine how a component should automatically calculate its own dimensions when no explicit dimensions are provided.



Public Constants
 ConstantDefined By
  CONTENT : String = "content"
[static] The component will automatically calculate its dimensions to fit its content's ideal dimensions.
AutoSizeMode
  STAGE : String = "stage"
[static] The component will automatically calculate its dimensions to fill the entire stage.
AutoSizeMode
Constant Detail
CONTENTConstant
public static const CONTENT:String = "content"

Product Version : Feathers 3.0.0

The component will automatically calculate its dimensions to fit its content's ideal dimensions.

STAGEConstant 
public static const STAGE:String = "stage"

Product Version : Feathers 3.0.0

The component will automatically calculate its dimensions to fill the entire stage.