Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
It would be very convenient if we had a "smoothing" style for mx.controls.Image class (or, a property).
At the moment, we have to do a workaround like
creationComplete="event.target.content.smoothing=true;"
which is a little verbose.