Package | org.osmf.layout |
Class | public final class VerticalAlign |
Inheritance | VerticalAlign Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
BOTTOM : String = "bottom" [static]
Defines the bottom vertical align mode. | VerticalAlign | ||
MIDDLE : String = "middle" [static]
Defines the top middle vertical align mode. | VerticalAlign | ||
TOP : String = "top" [static]
Defines the top vertical align mode. | VerticalAlign |
Constant Detail
BOTTOM | Constant |
public static const BOTTOM:String = "bottom"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Defines the bottom vertical align mode.
MIDDLE | Constant |
public static const MIDDLE:String = "middle"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Defines the top middle vertical align mode.
TOP | Constant |
public static const TOP:String = "top"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Defines the top vertical align mode.
Mon Nov 28 2011, 06:48 AM -08:00