| Pacchetto | mx.core |
| Interfaccia | public interface IRectangularBorder extends IBorder |
| Implementatori | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
![]() | borderMetrics : EdgeMetrics [sola lettura]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | |
| hasBackgroundImage : Boolean [sola lettura]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Layout the background image. | IRectangularBorder | ||
Descrizione delle proprietà
backgroundImageBounds | proprietà |
backgroundImageBounds:Rectangle| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | 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.
Implementazione
public function get backgroundImageBounds():Rectangle public function set backgroundImageBounds(value:Rectangle):voidhasBackgroundImage | proprietà |
Descrizione dei metodi
layoutBackgroundImage | () | metodo |
public function layoutBackgroundImage():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Layout the background image.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate