包 | mx.core |
接口 | public interface IRectangularBorder extends IBorder |
实现器 | BorderSkin, PanelBorderSkin, PanelBorderSkin, RectangularBorder, WindowedApplicationSkin |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
backgroundImageBounds : Rectangle
在其内绘制背景图像的矩形区域。 | IRectangularBorder | ||
borderMetrics : EdgeMetrics [只读]
为具有四个属性(left、top、right 和 bottom)的边框返回 EdgeMetrics 对象。 | IBorder | ||
hasBackgroundImage : Boolean [只读]
如果 RectangularBorder 实例包含背景图像,则包含 true。 | IRectangularBorder |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
对背景图像进行布局。 | IRectangularBorder |
属性详细信息
backgroundImageBounds | 属性 |
backgroundImageBounds:Rectangle
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
在其内绘制背景图像的矩形区域。如果父容器包含可滚动内容,则它可以大于边框尺寸。如果该属性为 null,则边框可使用父级的大小和 viewMetrics
属性来确定其值。
实现
public function get backgroundImageBounds():Rectangle
public function set backgroundImageBounds(value:Rectangle):void
hasBackgroundImage | 属性 |
方法详细信息
layoutBackgroundImage | () | 方法 |
public function layoutBackgroundImage():void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
对背景图像进行布局。
Tue Jun 12 2018, 11:04 AM Z