Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.core 

IRectangularBorder  - AS3 Flex

Pacotemx.core
Interfacepublic 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

The IRectangularBorder interface defines the interface that all classes used for rectangular border skins should implement.



Propriedades públicas
 PropriedadeDefinido por
  backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image.
IRectangularBorder
 InheritedborderMetrics : 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étodoDefinido 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):void

hasBackgroundImage

propriedade 
hasBackgroundImage:Boolean  [somente leitura]

Versão da linguagem: ActionScript 3.0
Versão de produto: Flex 3
Versões de runtime: Flash Player 9, AIR 1.1

Contains true if the RectangularBorder instance contains a background image.



Implementação
    public function get hasBackgroundImage():Boolean
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.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.