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 = Bottom
Align bottom.
Center | Constant |
public static const Center:String = Center
Align center horizontally.
Left | Constant |
public static const Left:String = Left
Align left.
Middle | Constant |
public static const Middle:String = Middle
Align center vertically.
Right | Constant |
public static const Right:String = Right
Align right.
Top | Constant |
public static const Top:String = Top
Align top.