StageScaleMode
class
The StageScaleMode defines how the Stage is scaled inside of the Canvas.
class StageScaleMode {
static const String EXACT_FIT = "exactFit";
static const String NO_BORDER = "noBorder";
static const String NO_SCALE = "noScale";
static const String SHOW_ALL = "showAll";
}
Static Properties
const String EXACT_FIT #
static const String EXACT_FIT = "exactFit"
const String NO_BORDER #
static const String NO_BORDER = "noBorder"
const String NO_SCALE #
static const String NO_SCALE = "noScale"
const String SHOW_ALL #
static const String SHOW_ALL = "showAll"