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 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.
public static const STAGE:String = "stage"
Product Version : | Feathers 3.0.0 |
The component will automatically calculate its dimensions to fill the
entire stage.
Sat Jun 18 2022, 02:58 PM -07:00