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

IBorder  - AS3 Flex

套件mx.core
介面public interface IBorder
實作者 Border, MovieClipAsset, SpriteAsset, TextInputBorderSkin

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

The IBorder interface defines the interface that all classes used for border skins should implement.

It is not an error if the border skin does not implement IBorder. In this case, however, the container using the skin cannot determine the border metrics of the border. Therefore, the container places content starting at its top-left edge (adjusted for padding, if any). For the HaloBorder class, the borderThickness style usually determines the value of the borderMetrics style. For graphical skin classes, Flex examines the scale9Grid property to determine the value of the borderMetrics style.



公用屬性
 屬性定義自
  borderMetrics : EdgeMetrics
[唯讀] Returns an EdgeMetrics object for the border that has four properties: left, top, right, and bottom.
IBorder
屬性詳細資訊

borderMetrics

屬性
borderMetrics:EdgeMetrics  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

Returns an EdgeMetrics object for the border that has four properties: left, top, right, and bottom. The value of each property is equal to the thickness of one side of the border, in pixels.



實作
    public function get borderMetrics():EdgeMetrics




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

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