Packagelaya.ui
Classpublic class LayoutStyle
InheritanceLayoutStyle Inheritance Object

LayoutStyle 是一个布局样式类。



Public Properties
 PropertyDefined By
  anchorX : Number = NaN
X锚点,值为0-1。
LayoutStyle
  anchorY : Number = NaN
Y锚点,值为0-1。
LayoutStyle
  bottom : Number = NaN
表示距底边的距离(以像素为单位)。
LayoutStyle
  centerX : Number = NaN
表示距水平方向中心轴的距离(以像素为单位)。
LayoutStyle
  centerY : Number = NaN
表示距垂直方向中心轴的距离(以像素为单位)。
LayoutStyle
  enable : Boolean = false
一个布尔值,表示是否有效。
LayoutStyle
  left : Number = NaN
表示距左边的距离(以像素为单位)。
LayoutStyle
  right : Number = NaN
表示距右边的距离(以像素为单位)。
LayoutStyle
  top : Number = NaN
表示距顶边的距离(以像素为单位)。
LayoutStyle
Public Constants
 ConstantDefined By
  EMPTY : LayoutStyle
[static] 一个已初始化的 LayoutStyle 实例。
LayoutStyle
Property Detail
anchorXproperty
public var anchorX:Number = NaN

X锚点,值为0-1。

anchorYproperty 
public var anchorY:Number = NaN

Y锚点,值为0-1。

bottomproperty 
public var bottom:Number = NaN

表示距底边的距离(以像素为单位)。

centerXproperty 
public var centerX:Number = NaN

表示距水平方向中心轴的距离(以像素为单位)。

centerYproperty 
public var centerY:Number = NaN

表示距垂直方向中心轴的距离(以像素为单位)。

enableproperty 
public var enable:Boolean = false

一个布尔值,表示是否有效。

leftproperty 
public var left:Number = NaN

表示距左边的距离(以像素为单位)。

rightproperty 
public var right:Number = NaN

表示距右边的距离(以像素为单位)。

topproperty 
public var top:Number = NaN

表示距顶边的距离(以像素为单位)。

Constant Detail
EMPTYConstant
public static const EMPTY:LayoutStyle

一个已初始化的 LayoutStyle 实例。