Paquete | mx.core |
Interfaz | public interface IRectangularBorder extends IBorder |
Implementadores | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
borderMetrics : EdgeMetrics [solo lectura]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | ||
hasBackgroundImage : Boolean [solo lectura]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Layout the background image. | IRectangularBorder |
Información sobre propiedades
backgroundImageBounds | propiedad |
backgroundImageBounds:Rectangle
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | propiedad |
hasBackgroundImage:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Contains true
if the RectangularBorder instance
contains a background image.
Implementación
public function get hasBackgroundImage():Boolean
Información sobre métodos
layoutBackgroundImage | () | método |
public function layoutBackgroundImage():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Layout the background image.
Tue Jun 12 2018, 02:12 PM Z