StageAlign
package | crv.display |
extends | Class |
inherits | Class |
Provides static constants for assigning to the align property of Stage. |
Constants |
BOTTOM |
String |
"B" - Aligns the stage with the bottom of the window. |
BOTTOM_LEFT |
String |
"BL" - Aligns the stage with the bottom-left corner of the window. |
BOTTOM_RIGHT |
String |
"BR" - Aligns the stage with the bottom-right corner of the window. |
CENTER |
String |
"C" - Aligns the stage in the center of the window. |
LEFT |
String |
"L" - Aligns the stage with the left side of the window. |
RIGHT |
String |
"R" - Aligns the stage with the right side of the window. |
TOP |
String |
"T" - Aligns the stage with the top of the window. |
TOP_LEFT |
String |
"TL" - Aligns the stage with the top-left corner of the window. |
TOP_RIGHT |
String |
"TR" - Aligns the stage with the top-right corner of the window. |
Related
Wiki: Class Reference
Wiki: Getting Started