패키지 | mx.containers.utilityClasses |
인터페이스 | public interface IConstraintLayout |
구현자 | Canvas, LayoutContainer, Panel |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
layout
property to "absolute"
and create ConstraintColumn and ConstraintRow instances.
관련 API 요소
mx.containers.Canvas
mx.containers.Panel
mx.core.Application
mx.containers.utilityClasses.ConstraintColumn
mx.containers.utilityClasses.ConstraintRow
mx.modules.Module
mx.containers.Panel
mx.core.Application
mx.containers.utilityClasses.ConstraintColumn
mx.containers.utilityClasses.ConstraintRow
mx.modules.Module
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constraintColumns : Array
An Array of ConstraintColumn instances that partition this container. | IConstraintLayout | ||
constraintRows : Array
An Array of ConstraintRow instances that partition this container. | IConstraintLayout |
속성 세부 정보
constraintColumns | 속성 |
constraintColumns:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
기본값: [].
구현
public function get constraintColumns():Array
public function set constraintColumns(value:Array):void
constraintRows | 속성 |
constraintRows:Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
기본값: [].
구현
public function get constraintRows():Array
public function set constraintRows(value:Array):void
Tue Jun 12 2018, 03:17 PM Z