Available on all platforms
A class that provides constant values for vertical alignment of objects.
@:value("bottom")staticBOTTOM:String = "bottom"
Bottom alignment.
@:value("center")staticCENTER:String = "center"
Centered alignment.
@:value("top")staticTOP:String = "top"
Top alignment.
staticisValid(vAlign:String):Bool
Indicates whether the given alignment string is valid.