Pakiet | mx.core |
Interfejs | public interface IRectangularBorder extends IBorder |
Implementory | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
borderMetrics : EdgeMetrics [tylko do odczytu]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | ||
hasBackgroundImage : Boolean [tylko do odczytu]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Layout the background image. | IRectangularBorder |
Szczegół właściwości
backgroundImageBounds | właściwość |
backgroundImageBounds:Rectangle
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | właściwość |
Szczegół metody
layoutBackgroundImage | () | metoda |
public function layoutBackgroundImage():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Layout the background image.
Tue Jun 12 2018, 12:06 PM Z