Pakket | mx.core |
Interface | public interface IRectangularBorder extends IBorder |
Geïmplementeerd door | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
borderMetrics : EdgeMetrics [alleen-lezen]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | ||
hasBackgroundImage : Boolean [alleen-lezen]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Layout the background image. | IRectangularBorder |
Eigenschapdetails
backgroundImageBounds | eigenschap |
backgroundImageBounds:Rectangle
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | eigenschap |
Methodedetails
layoutBackgroundImage | () | methode |
public function layoutBackgroundImage():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Layout the background image.
Wed Jun 13 2018, 11:42 AM Z