Paket | mx.core |
Arabirim | public interface IRectangularBorder extends IBorder |
Uygulayıcılar | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
backgroundImageBounds : Rectangle
Rectangular area within which to draw the background image. | IRectangularBorder | ||
borderMetrics : EdgeMetrics [salt okunur]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | IBorder | ||
hasBackgroundImage : Boolean [salt okunur]
Contains true if the RectangularBorder instance
contains a background image. | IRectangularBorder |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Layout the background image. | IRectangularBorder |
Özellik Ayrıntısı
backgroundImageBounds | özellik |
backgroundImageBounds:Rectangle
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | özellik |
Yöntem Ayrıntısı
layoutBackgroundImage | () | yöntem |
public function layoutBackgroundImage():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Layout the background image.
Tue Jun 12 2018, 01:09 PM Z