Product Version : | Feathers 3.0.0 |
Constants that define an orientation or set of orientations.
public static const BOTH:String = "both"
Product Version : | Feathers 3.0.0 |
Both landscape and portrait orientation.
public static const LANDSCAPE:String = "landscape"
Product Version : | Feathers 3.0.0 |
Landscape orientation where width is larger than height.
public static const NONE:String = "none"
Product Version : | Feathers 3.0.0 |
No orientation.
public static const PORTRAIT:String = "portrait"
Product Version : | Feathers 3.0.0 |
Portrait orientation where height is larger than width.
Sat Jun 18 2022, 02:58 PM -07:00