A class that provides constant values for vertical alignment of objects.

Static variables

@:value("bottom")staticBOTTOM:String = "bottom"

Bottom alignment.

@:value("center")staticCENTER:String = "center"

Centered alignment.

@:value("top")staticTOP:String = "top"

Top alignment.

Static methods

staticisValid(vAlign:String):Bool

Indicates whether the given alignment string is valid.