套件 | com.adobe.gravity.ui |
介面 | public interface IMeasurable |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
baselinePosition : Number [唯讀]
The text baseline position for the component. | IMeasurable | ||
explicitHeight : Number [唯讀]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [唯讀]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [唯讀]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [唯讀]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [唯讀]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [唯讀]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [唯讀]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [唯讀]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [唯讀]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [唯讀]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [唯讀]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [唯讀]
The percentage width as explicitly set on the component. | IMeasurable |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Set the actual size of the component. | IMeasurable |
屬性詳細資訊
baselinePosition | 屬性 |
explicitHeight | 屬性 |
explicitMaxHeight | 屬性 |
explicitMaxWidth | 屬性 |
explicitMinHeight | 屬性 |
explicitMinWidth | 屬性 |
explicitWidth | 屬性 |
measuredHeight | 屬性 |
measuredMinHeight | 屬性 |
measuredMinWidth | 屬性 |
measuredWidth | 屬性 |
percentHeight | 屬性 |
percentWidth | 屬性 |
方法詳細資訊
setActualSize | () | 方法 |
public function setActualSize(newWidth:Number, newHeight:Number):void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
參數
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Tue Jun 12 2018, 03:47 PM Z