| Constant | Defined By | ||
|---|---|---|---|
| Bottom : String = Bottom [static] Align bottom. | StiAligning | ||
| Center : String = Center [static] Align center horizontally. | StiAligning | ||
| Left : String = Left [static] Align left. | StiAligning | ||
| Middle : String = Middle [static] Align center vertically. | StiAligning | ||
| Right : String = Right [static] Align right. | StiAligning | ||
| Top : String = Top [static] Align top. | StiAligning | ||
| Bottom | Constant |
public static const Bottom:String = BottomAlign bottom.
| Center | Constant |
public static const Center:String = CenterAlign center horizontally.
| Left | Constant |
public static const Left:String = LeftAlign left.
| Middle | Constant |
public static const Middle:String = MiddleAlign center vertically.
| Right | Constant |
public static const Right:String = RightAlign right.
| Top | Constant |
public static const Top:String = TopAlign top.