| Pacote | mx.core |
| Interface | public interface IRectangularBorder extends IBorder |
| Implementadores | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
![]() | borderMetrics : EdgeMetrics [somente leitura]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | |
| hasBackgroundImage : Boolean [somente leitura]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Layout the background image. | IRectangularBorder | ||
Detalhes da propriedade
backgroundImageBounds | propriedade |
backgroundImageBounds:Rectangle| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Implementação
public function get backgroundImageBounds():Rectangle public function set backgroundImageBounds(value:Rectangle):voidhasBackgroundImage | propriedade |
Detalhes do método
layoutBackgroundImage | () | método |
public function layoutBackgroundImage():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Layout the background image.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas