共用方式為


WidgetSizeConverter class

方法

ColumnsToPixelWidth(number)

將 Widget 資料行範圍轉換成圖元

GetWidgetHeight()
GetWidgetMarginHeight()
GetWidgetMarginWidth()
GetWidgetWidth()
RowsToPixelHeight(number)

將小工具數據列範圍轉換成圖元

方法詳細資料

ColumnsToPixelWidth(number)

將 Widget 資料行範圍轉換成圖元

static function ColumnsToPixelWidth(columnSpan: number): number

參數

columnSpan

number

傳回

number

以像素為單位的寬度

GetWidgetHeight()

static function GetWidgetHeight(): number

傳回

number

1x1 小工具的高度以像素為單位

GetWidgetMarginHeight()

static function GetWidgetMarginHeight(): number

傳回

number

小工具裝訂線的高度以像素為單位

GetWidgetMarginWidth()

static function GetWidgetMarginWidth(): number

傳回

number

小工具裝訂線的寬度以像素為單位

GetWidgetWidth()

static function GetWidgetWidth(): number

傳回

number

1x1 小工具的寬度以像素為單位

RowsToPixelHeight(number)

將小工具數據列範圍轉換成圖元

static function RowsToPixelHeight(rowSpan: number): number

參數

rowSpan

number

傳回

number

高度以像素為單位