適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.containers.utilityClasses 

IConstraintLayout  - AS3 Flex

套件mx.containers.utilityClasses
介面public interface IConstraintLayout
實作者 Canvas, LayoutContainer, Panel

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: 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.

相關 API 元素



公用屬性
 屬性定義自
  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




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。