Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
IConstraintLayout is a marker interface that indicates that a container
supports ConstraintColumn class and ConstraintRow class within its layout.
Application, Canvas, and Panel containers support ConstraintRow and
ConstraintColumn classes.
To utilize this type of constraint in these containers,
set the
layout
property to
"absolute"
and create ConstraintColumn and ConstraintRow instances.
constraintColumns:Array
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
An Array of ConstraintColumn instances that partition this container.
The ConstraintColumn instance at index 0 is the left-most column;
indices increase from left to right.
The default value is [].
Implementation public function get constraintColumns():Array
public function set constraintColumns(value:Array):void
constraintRows:Array
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
An Array of ConstraintRow instances that partition this container.
The ConstraintRow instance at index 0 is the top-most row;
indices increase from top to bottom.
The default value is [].
Implementation public function get constraintRows():Array
public function set constraintRows(value:Array):void
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00