패키지 | mx.core |
인터페이스 | public interface IRectangularBorder extends IBorder |
구현자 | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
borderMetrics : EdgeMetrics [읽기 전용]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | ||
hasBackgroundImage : Boolean [읽기 전용]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Layout the background image. | IRectangularBorder |
속성 세부 정보
backgroundImageBounds | 속성 |
backgroundImageBounds:Rectangle
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Rectangular area within which to draw the background image.
This can be larger than the dimensions of the border
if the parent container has scrollable content.
If this property is null, the border can use
the parent's size and viewMetrics
property to determine its value.
구현
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | 속성 |
메서드 세부 정보
layoutBackgroundImage | () | 메서드 |
public function layoutBackgroundImage():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Layout the background image.
Tue Jun 12 2018, 03:17 PM Z