| 包 | mx.core |
| 接口 | public interface IRectangularBorder extends IBorder |
| 实现器 | RectangularBorder |
| 属性 | 定义方 | ||
|---|---|---|---|
| backgroundImageBounds : Rectangle 在其内绘制背景图像的矩形区域。 | IRectangularBorder | ||
![]() | borderMetrics : EdgeMetrics [只读 (read-only)] 为具有四个属性(left、top、right 和 bottom)的边框返回 EdgeMetrics 对象。 | IBorder | |
| hasBackgroundImage : Boolean [只读 (read-only)] 如果 RectangularBorder 实例包含背景图像,则包含 true。 | IRectangularBorder | ||
| 方法 | 定义方 | ||
|---|---|---|---|
对背景图像进行布局。 | IRectangularBorder | ||
| backgroundImageBounds | 属性 |
backgroundImageBounds:Rectangle [读写]
在其内绘制背景图像的矩形区域。如果父容器包含可滚动内容,则它可以大于边框尺寸。如果该属性为 null,则边框可使用父级的大小和 viewMetrics 属性来确定其值。
public function get backgroundImageBounds():Rectangle public function set backgroundImageBounds(value:Rectangle):void| hasBackgroundImage | 属性 |
hasBackgroundImage:Boolean [只读 (read-only)]
如果 RectangularBorder 实例包含背景图像,则包含 true。
public function get hasBackgroundImage():Boolean| layoutBackgroundImage | () | 方法 |
public function layoutBackgroundImage():void对背景图像进行布局。